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

Method Load

lib/yamlcpp/src/parser.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20Parser::operator bool() const { return m_pScanner && !m_pScanner->empty(); }
21
22void Parser::Load(std::istream& in) {
23 m_pScanner.reset(new Scanner(in));
24 m_pDirectives.reset(new Directives);
25}
26
27bool Parser::HandleNextDocument(EventHandler& eventHandler) {
28 if (!m_pScanner)

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected