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

Function getAbstractFreeCount

test/cffi/project/Project.cpp:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345
346
347value getAbstractFreeCount()
348{
349 return alloc_int(myFreeCount);
350}
351DEFINE_PRIM(getAbstractFreeCount, 0);
352
353

Callers

nothing calls this directly

Calls 1

alloc_intFunction · 0.50

Tested by

no test coverage detected