MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / xpath_query_impl

Method xpath_query_impl

src/pugiXML/pugixml.cpp:9601–9604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9599 }
9600
9601 xpath_query_impl(): root(0), alloc(&block)
9602 {
9603 block.next = 0;
9604 }
9605
9606 xpath_ast_node* root;
9607 xpath_allocator alloc;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected