MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / ~ScopeHandler

Method ~ScopeHandler

InsightsHelpers.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47//-----------------------------------------------------------------------------
48
49ScopeHandler::~ScopeHandler()
50{
51 const auto length = mStack.pop()->mLength;
52 mScope.resize(length);
53}
54//-----------------------------------------------------------------------------
55
56std::string ScopeHandler::RemoveCurrentScope(std::string name)

Callers

nothing calls this directly

Calls 1

popMethod · 0.80

Tested by

no test coverage detected