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

Method mime_xxcode

lib_acl_cpp/src/mime/mime_xxcode.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32mime_xxcode::mime_xxcode(bool addCrlf /* = false */, bool addInvalid /* = false */)
33: mime_code(addCrlf, addInvalid, "xxcode")
34{
35 init(to_xx_tab, un_xx_tab, '~');
36}
37
38mime_xxcode::~mime_xxcode()
39{

Callers

nothing calls this directly

Calls 1

initFunction · 0.50

Tested by

no test coverage detected