Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ TiXmlComment
Method
TiXmlComment
depends/tinyxml/tinyxml.cpp:1283–1286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1281
1282
1283
TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT )
1284
{
1285
copy.CopyTo( this );
1286
}
1287
1288
1289
TiXmlComment& TiXmlComment::operator=( const TiXmlComment& base )
Callers
nothing calls this directly
Calls
1
CopyTo
Method · 0.45
Tested by
no test coverage detected