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

Method GetTopIndent

lib/yamlcpp/src/scanner.cpp:376–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376int Scanner::GetTopIndent() const {
377 if (m_indents.empty()) {
378 return 0;
379 }
380 return m_indents.top()->column;
381}
382
383void Scanner::ThrowParserException(const std::string& msg) const {
384 Mark mark = Mark::null_mark();

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
topMethod · 0.45

Tested by

no test coverage detected