Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
mime_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
38
mime_xxcode::~mime_xxcode()
39
{
Callers
nothing calls this directly
Calls
1
init
Function · 0.50
Tested by
no test coverage detected