MCPcopy Create free account
hub / github.com/Kitware/CMake / pop_stack

Method pop_stack

Source/cmJSONState.cxx:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void cmJSONState::pop_stack()
143{
144 this->parseStack.pop_back();
145}
146
147std::string cmJSONState::GetJsonContext(Location loc)
148{

Callers 3

operator()Method · 0.80
VectorFilterFunction · 0.80
FilteredObjectFunction · 0.80

Calls 1

pop_backMethod · 0.80

Tested by

no test coverage detected