MCPcopy Create free account
hub / github.com/apache/trafficserver / data

Function data

lib/yamlcpp/include/yaml-cpp/binary.h:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 bool owned() const { return !m_unownedData; }
31 std::size_t size() const { return owned() ? m_data.size() : m_unownedSize; }
32 const unsigned char *data() const {
33 return owned() ? &m_data[0] : m_unownedData;
34 }
35
36 void swap(std::vector<unsigned char> &rhs) {
37 if (m_unownedData) {

Callers 10

operator==Function · 0.85
dataMethod · 0.85
insertMethod · 0.85
unmarshalMethod · 0.85
get_handlesMethod · 0.85
_global_cont_funcMethod · 0.85
_txn_cont_funcMethod · 0.85
body_transformFunction · 0.85
XInjectResponseHeadersFunction · 0.85
XScanRequestHeadersFunction · 0.85

Calls 1

ownedFunction · 0.85

Tested by

no test coverage detected