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

Method Parser

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

Source from the content-addressed store, hash-verified

12class EventHandler;
13
14Parser::Parser() : m_pScanner{}, m_pDirectives{} {}
15
16Parser::Parser(std::istream& in) : Parser() { Load(in); }
17

Callers

nothing calls this directly

Calls 1

LoadFunction · 0.85

Tested by

no test coverage detected