MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / InsertChildPreamble

Method InsertChildPreamble

src/xml/tinyxml2.cpp:870–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868}
869
870void XMLNode::InsertChildPreamble( XMLNode* insertThis ) const {
871 TIXMLASSERT( insertThis );
872 TIXMLASSERT( insertThis->_document == _document );
873
874 if ( insertThis->_parent )
875 insertThis->_parent->Unlink( insertThis );
876 else
877 insertThis->_memPool->SetTracked();
878}
879
880// --------- XMLText ---------- //
881char* XMLText::ParseDeep( char* p, StrPair* ) {

Callers

nothing calls this directly

Calls 2

UnlinkMethod · 0.80
SetTrackedMethod · 0.80

Tested by

no test coverage detected