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

Method size

lib/yamlcpp/src/emitter.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21const char* Emitter::c_str() const { return m_stream.str(); }
22
23std::size_t Emitter::size() const { return m_stream.pos(); }
24
25// state checking
26bool Emitter::good() const { return m_pState->good(); }

Callers 15

TESTFunction · 0.45
RunMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
emitter.cppFile · 0.45
DecodeBase64Function · 0.45
_ReadAheadToMethod · 0.45
MatchMethod · 0.45
MatchOpAndMethod · 0.45
LastIndentMethod · 0.45

Calls 1

posMethod · 0.80

Tested by 6

TESTFunction · 0.36
RunMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36