Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkBase
Function · 0.85
null
Class · 0.50
Tested by
no test coverage detected