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

Method c_str

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

Source from the content-addressed store, hash-verified

19Emitter::~Emitter() = default;
20
21const char* Emitter::c_str() const { return m_stream.str(); }
22
23std::size_t Emitter::size() const { return m_stream.pos(); }
24

Callers 13

TESTFunction · 0.45
ExpectEmitMethod · 0.45
TEST_FFunction · 0.45
ExpectEmitErrorMethod · 0.45
TEST_FFunction · 0.45
ExpectOutputMethod · 0.45
ExpectAnyOutputMethod · 0.45
MatchMethod · 0.45
IsValidPlainScalarFunction · 0.45
WriteTagFunction · 0.45
WriteTagWithPrefixFunction · 0.45
DumpFunction · 0.45

Calls 1

strMethod · 0.45

Tested by 7

TESTFunction · 0.36
ExpectEmitMethod · 0.36
TEST_FFunction · 0.36
ExpectEmitErrorMethod · 0.36
TEST_FFunction · 0.36
ExpectOutputMethod · 0.36
ExpectAnyOutputMethod · 0.36