MCPcopy Create free account
hub / github.com/defold/defold / StackPop

Function StackPop

engine/script/src/script_table.cpp:323–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 }
322
323 static const void* StackPop(dmArray<const void*>& table_stack)
324 {
325 const void* p = table_stack.Back();
326 table_stack.Pop();
327 return p;
328 }
329
330 static bool StackContains(dmArray<const void*>& table_stack, const void* p)
331 {

Callers 2

DoCheckTableSizeFunction · 0.85
DoCheckTableFunction · 0.85

Calls 1

PopMethod · 0.45

Tested by

no test coverage detected