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

Method xpath_parser

src/pugiXML/pugixml.cpp:9550–9552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9548 }
9549
9550 xpath_parser(const char_t* query, xpath_variable_set* variables, xpath_allocator* alloc, xpath_parse_result* result): _alloc(alloc), _lexer(query), _query(query), _variables(variables), _result(result)
9551 {
9552 }
9553
9554 xpath_ast_node* parse()
9555 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected