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

Method PopState

Source/cmArgumentParser.h:216–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 }
215
216 void PopState()
217 {
218 if (!this->Stack.empty()) {
219 this->Stack.pop_back();
220 }
221 }
222
223 void Bind(std::function<Continue(cm::string_view)> f, ExpectAtLeast expect);
224 void Bind(bool& val);

Callers 1

ParseMethod · 0.95

Calls 2

pop_backMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected