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

Function size

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

Source from the content-addressed store, hash-verified

29
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 }

Callers 15

operator==Function · 0.85
viewMethod · 0.85
resize_hashtableMethod · 0.85
_loadMethod · 0.85
Lulu.ccFile · 0.85
_parseMethod · 0.85
on_read_readyMethod · 0.85
endMethod · 0.85
packToBufferMethod · 0.85
sizeMethod · 0.85
fullMethod · 0.85
memorySizeMethod · 0.85

Calls 2

ownedFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected