MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / pop

Method pop

src/core/objects/object_query.cpp:138–142  ·  view source on GitHub ↗

Removes an expression from the stack, and returns it.

Source from the content-addressed store, hash-verified

136
137 /// Removes an expression from the stack, and returns it.
138 ObjectQuery* pop() noexcept {
139 auto* expression = stack.back().expression;
140 stack.pop_back();
141 return expression;
142 }
143};
144
145

Callers 1

parseMethod · 0.80

Calls 1

backMethod · 0.80

Tested by

no test coverage detected