MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / pop

Function pop

include/cpp/VirtualArray.h:430–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 }
429
430 inline Dynamic pop() { checkBase(); return store==hx::arrayEmpty ? null() : base->__pop(); }
431
432 inline bool contains(Dynamic inValue)
433 {

Callers

nothing calls this directly

Calls 2

checkBaseFunction · 0.85
nullClass · 0.50

Tested by

no test coverage detected