MCPcopy Create free account
hub / github.com/acl-dev/acl / node_attr_print

Function node_attr_print

lib_acl_cpp/samples/xml/xml5/main.cpp:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11static void node_attr_print(const acl::xml_node& node, int depth)
12{
13 const acl::xml_attr* attr = node.first_attr();
14 while (attr)
15 {
16 attr_print(*attr, depth);
17 attr = node.next_attr();
18 }
19}
20
21static void xml_node_print(const acl::xml_node& node, int depth)
22{

Callers 1

xml_node_printFunction · 0.70

Calls 3

attr_printFunction · 0.70
first_attrMethod · 0.45
next_attrMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…