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

Method size

lib/swoc/unit_tests/test_TextView.cc:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 return _data;
94 }
95 size_t
96 size() const {
97 return _size;
98 }
99
100 char const *_data = nullptr;
101 size_t _size;

Callers 15

test_Vectray.ccFile · 0.45
operator()Method · 0.45
test_bw_format.ccFile · 0.45
test_swoc_file.ccFile · 0.45
test_MemSpan.ccFile · 0.45
ex_TextView.ccFile · 0.45
test_MemArena.ccFile · 0.45
localizeFunction · 0.45
XClass · 0.45
twiceFunction · 0.45
ex_bw_format.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected