MCPcopy Index your code
hub / github.com/Kitware/CMake / push_stack

Method push_stack

Source/cmJSONState.cxx:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void cmJSONState::push_stack(std::string const& k, Json::Value const* value)
138{
139 this->parseStack.emplace_back(k, value);
140}
141
142void cmJSONState::pop_stack()
143{

Callers 3

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

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected