Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ remove_attribute
Method
remove_attribute
external/pugixml/pugixml.cpp:4064–4067 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4062
}
4063
4064
bool xml_node::remove_attribute(const char_t* name)
4065
{
4066
return remove_attribute(attribute(name));
4067
}
4068
4069
bool xml_node::remove_attribute(const xml_attribute& a)
4070
{
Callers
2
xml_node__remove_attribute0
Function · 0.80
xml_node__remove_attribute1
Function · 0.80
Calls
1
destroy_attribute
Function · 0.85
Tested by
no test coverage detected