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

Method first

src/pugiXML/pugixml.cpp:6833–6836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6831 }
6832
6833 xpath_node first() const
6834 {
6835 return xpath_first(_begin, _end, _type);
6836 }
6837
6838 void push_back(const xpath_node& node, xpath_allocator* alloc)
6839 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected