Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ attr_value
Method
attr_value
lib_acl_cpp/src/stdlib/xml2.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
const char* xml2_node::attr_value(const char* name) const
75
{
76
return acl_xml2_getElementAttrVal(node_, name);
77
}
78
79
const xml_attr* xml2_node::first_attr() const
80
{
Callers
6
do_xml
Method · 0.45
do_xml
Method · 0.45
do_xml
Method · 0.45
do_xml
Method · 0.45
create_master
Method · 0.45
create_node
Method · 0.45
Calls
1
acl_xml2_getElementAttrVal
Function · 0.85
Tested by
no test coverage detected