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

Method encode_finish

lib_acl_cpp/src/mime/mime_code.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void mime_code::encode_finish(string* out)
91{
92 encode(out);
93 m_encodeCnt = 0;
94}
95
96void mime_code::encode(string *out)
97{

Callers

nothing calls this directly

Calls 1

encodeFunction · 0.85

Tested by

no test coverage detected