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

Method clear

lib_acl_cpp/src/mime/mime_code.cpp:381–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void mime_code::clear()
382{
383 if (m_pBuf) {
384 m_pBuf->clear();
385 }
386}
387
388mime_code* mime_code::create(int encoding, bool warn_unsupport /* = true */)
389{

Callers 15

memcache.cppFile · 0.45
getMethod · 0.45
create_decode_tabMethod · 0.45
push_popMethod · 0.45
pop_endMethod · 0.45
build_headMethod · 0.45
rfc822.cppFile · 0.45
resetMethod · 0.45
mime.cppFile · 0.45
parseMethod · 0.45
save_mailMethod · 0.45
mime_node_dumpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected