Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JayXon/Leanify
/ XMLConstHandle
Function
XMLConstHandle
lib/tinyxml2/tinyxml2.h:1906–1908 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1904
_node = node;
1905
}
1906
XMLConstHandle( const XMLNode& node ) {
1907
_node = &node;
1908
}
1909
XMLConstHandle( const XMLConstHandle& ref ) {
1910
_node = ref._node;
1911
}
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