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

Function header_values

lib_acl_cpp/include/acl_cpp/mime/mime.hpp:447–449  ·  view source on GitHub ↗

* Query mail header corresponding field and get field value list. * @param name {const char*} Field name. * @param values {std::list *} Store corresponding results. * @return {int} Number of field value sets. */

Source from the content-addressed store, hash-verified

445 * @return {int} Number of field value sets.
446 */
447 int header_values(const char* name, std::list<const char*>* values) const {
448 return m_primaryHeader.header_values(name, values);
449 }
450
451 /**
452 * Get text field in mail header Content-Type: text/html.

Callers

nothing calls this directly

Calls 1

header_valuesMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…