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

Method decode

lib_acl_cpp/src/mime/mime_base64.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void mime_base64::decode(const char* in, int n, string* out)
50{
51 mime_base64 decoder(false, false);
52 decoder.decode_update(in, n, out);
53 decoder.decode_finish(out);
54}
55
56} // namespace acl
57

Callers

nothing calls this directly

Calls 2

decode_updateMethod · 0.45
decode_finishMethod · 0.45

Tested by

no test coverage detected