MCPcopy Create free account
hub / github.com/WheretIB/nullc / xml_node__find_attribute

Function xml_node__find_attribute

NULLC/includes/pugi.cpp:505–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503 NULLCFuncPtr callback;
504 };
505 xml_attribute xml_node__find_attribute(NULLCFuncPtr pred, xml_node* ptr)
506 {
507 xml_attribute att;
508 att.attribute = ptr->node.find_attribute(predicate_nullc_attribute(pred));
509 return att;
510 }
511 xml_node xml_node__find_child(NULLCFuncPtr pred, xml_node* ptr)
512 {
513 xml_node n;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected