MCPcopy Create free account
hub / github.com/acl-dev/acl / decode

Method decode

lib_acl_cpp/src/mime/mime_quoted_printable.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void mime_quoted_printable::decode(const char* in, int n, string* out)
90{
91 mime_quoted_printable decoder(false, false);
92 decoder.decode_update(in, n, out);
93 decoder.decode_finish(out);
94}
95
96void mime_quoted_printable::encode(string* out)
97{

Callers

nothing calls this directly

Calls 3

decode_updateMethod · 0.45
decode_finishMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected