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

Method encode_finish

lib_acl_cpp/src/mime/mime_quoted_printable.cpp:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void mime_quoted_printable::encode_finish(string* out)
74{
75 encode(out);
76 if (m_encodeCnt == 1) {
77 QP_ENCODE(out, m_encodeBuf[0]);
78 }
79 m_encodeCnt = 0;
80}
81
82void mime_quoted_printable::encode(const char* in, int n, string* out)
83{

Callers 1

encodeMethod · 0.45

Calls 1

encodeFunction · 0.85

Tested by

no test coverage detected