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

Method Parse

lib/yamlcpp/test/handler_test.h:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12class HandlerTest : public ::testing::Test {
13 protected:
14 void Parse(const std::string& example) {
15 std::stringstream stream(example);
16 Parser parser(stream);
17 while (parser.HandleNextDocument(handler)) {
18 }
19 }
20
21 void IgnoreParse(const std::string& example) {
22 std::stringstream stream(example);

Callers

nothing calls this directly

Calls 1

HandleNextDocumentMethod · 0.80

Tested by

no test coverage detected