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

Method IgnoreParse

lib/yamlcpp/test/handler_test.h:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 void IgnoreParse(const std::string& example) {
22 std::stringstream stream(example);
23 Parser parser(stream);
24 while (parser.HandleNextDocument(nice_handler)) {
25 }
26 }
27
28 InSequence sequence;
29 StrictMock<MockEventHandler> handler;

Callers

nothing calls this directly

Calls 1

HandleNextDocumentMethod · 0.80

Tested by

no test coverage detected