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

Function get_bodyEnd

lib_acl_cpp/include/acl_cpp/mime/mime_node.hpp:120–122  ·  view source on GitHub ↗

* Get the ending offset of this node in the email. * @return {long long} */

Source from the content-addressed store, hash-verified

118 * @return {long long}
119 */
120 long long get_bodyEnd() const {
121 return m_bodyEnd;
122 }
123
124 /**
125 * Get the value of a certain header field in this node.

Callers 1

load_paramMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…