Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ PopDepth
Method
PopDepth
CoreLib/tinyxml2.cpp:2541–2545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2539
}
2540
2541
void XMLDocument::PopDepth()
2542
{
2543
TIXMLASSERT(_parsingDepth > 0);
2544
--_parsingDepth;
2545
}
2546
2547
XMLPrinter::XMLPrinter( FILE* file, bool compact, int depth ) :
2548
_elementJustOpened( false ),
Callers
1
~DepthTracker
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected