Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
381
void mime_code::clear()
382
{
383
if (m_pBuf) {
384
m_pBuf->clear();
385
}
386
}
387
388
mime_code* mime_code::create(int encoding, bool warn_unsupport /* = true */)
389
{
Callers
15
memcache.cpp
File · 0.45
get
Method · 0.45
create_decode_tab
Method · 0.45
push_pop
Method · 0.45
pop_end
Method · 0.45
build_head
Method · 0.45
rfc822.cpp
File · 0.45
reset
Method · 0.45
mime.cpp
File · 0.45
parse
Method · 0.45
save_mail
Method · 0.45
mime_node_dump
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected