Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
view
Method · 0.85
resize_hashtable
Method · 0.85
_load
Method · 0.85
Lulu.cc
File · 0.85
_parse
Method · 0.85
on_read_ready
Method · 0.85
end
Method · 0.85
packToBuffer
Method · 0.85
size
Method · 0.85
full
Method · 0.85
memorySize
Method · 0.85
Calls
2
owned
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected