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

Method StartStream

lib/yamlcpp/src/scanner.cpp:245–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void Scanner::StartStream() {
246 m_startedStream = true;
247 m_simpleKeyAllowed = true;
248 std::unique_ptr<IndentMarker> pIndent(
249 new IndentMarker(-1, IndentMarker::NONE));
250 m_indentRefs.push_back(std::move(pIndent));
251 m_indents.push(&m_indentRefs.back());
252}
253
254void Scanner::EndStream() {
255 // force newline

Callers

nothing calls this directly

Calls 2

push_backMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected