MCPcopy Create free account
hub / github.com/WheretIB/nullc / NodePopOp

Method NodePopOp

NULLC/SyntaxTree.cpp:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243// Node that removes value left on top of the stack by child node
244
245NodePopOp::NodePopOp()
246{
247 first = TakeLastNode();
248 nodeType = typeNodePopOp;
249}
250NodePopOp::~NodePopOp()
251{
252}

Callers

nothing calls this directly

Calls 1

TakeLastNodeFunction · 0.85

Tested by

no test coverage detected