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

Function get_filepath

lib_acl_cpp/include/acl_cpp/smtp/mail_attach.hpp:55–57  ·  view source on GitHub ↗

* Get attachment file path passed in constructor * @return {const char*} */

Source from the content-addressed store, hash-verified

53 * @return {const char*}
54 */
55 const char* get_filepath() const {
56 return filepath_.c_str();
57 }
58
59 /**
60 * Get filename part of attachment after rfc2047 encoding

Callers 1

transferMethod · 0.50

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…