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

Function BuildGraphOfNextDocument

lib/yamlcpp/src/contrib/graphbuilder.cpp:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6class GraphBuilderInterface;
7
8void* BuildGraphOfNextDocument(Parser& parser,
9 GraphBuilderInterface& graphBuilder) {
10 GraphBuilderAdapter eventHandler(graphBuilder);
11 if (parser.HandleNextDocument(eventHandler)) {
12 return eventHandler.RootNode();
13 }
14 return nullptr;
15}
16} // namespace YAML

Callers

nothing calls this directly

Calls 2

HandleNextDocumentMethod · 0.80
RootNodeMethod · 0.80

Tested by

no test coverage detected