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

Function get_bodyBegin

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

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

Source from the content-addressed store, hash-verified

110 * @return {long long}
111 */
112 long long get_bodyBegin() const {
113 return m_bodyBegin;
114 }
115
116 /**
117 * Get the ending offset of this node in the email.

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…