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

Method push

src/core/objects/object_query.cpp:132–135  ·  view source on GitHub ↗

Pushes an expression and the current depth to the stack.

Source from the content-addressed store, hash-verified

130
131 /// Pushes an expression and the current depth to the stack.
132 void push(ObjectQuery* expression)
133 {
134 stack.push_back(Element{expression, depth});
135 }
136
137 /// Removes an expression from the stack, and returns it.
138 ObjectQuery* pop() noexcept {

Callers 4

executeMethod · 0.45
executePerSymbolMethod · 0.45
executeForObjectsMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected