Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
void cmJSONState::push_stack(std::string const& k, Json::Value const* value)
138
{
139
this->parseStack.emplace_back(k, value);
140
}
141
142
void cmJSONState::pop_stack()
143
{
Callers
3
operator()
Method · 0.80
VectorFilter
Function · 0.80
FilteredObject
Function · 0.80
Calls
1
emplace_back
Method · 0.80
Tested by
no test coverage detected