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

Method mime

lib_acl_cpp/src/mime/mime.cpp:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace acl {
26
27mime::mime() {
28 m_pMimeState = mime_state_alloc();
29 m_bPrimaryHeadFinish = false;
30 m_pFilePath = NULL;
31 m_pBody = NULL;
32 m_pNodes = NULL;
33 m_pAttaches = NULL;
34 m_pImages = NULL;
35}
36
37mime::~mime() {
38 reset();

Callers

nothing calls this directly

Calls 1

mime_state_allocFunction · 0.85

Tested by

no test coverage detected