Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaxBelkov/visualsyslog
/ XMLConstHandle
Function
XMLConstHandle
sourcecommon/tinyxml2.h:1855–1857 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1853
_node = node;
1854
}
1855
XMLConstHandle( const XMLNode& node ) {
1856
_node = &node;
1857
}
1858
XMLConstHandle( const XMLConstHandle& ref ) {
1859
_node = ref._node;
1860
}
Callers
9
tinyxml2.h
File · 0.85
FirstChild
Function · 0.85
FirstChildElement
Function · 0.85
LastChild
Function · 0.85
LastChildElement
Function · 0.85
PreviousSibling
Function · 0.85
PreviousSiblingElement
Function · 0.85
NextSibling
Function · 0.85
NextSiblingElement
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected