Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
347
value getAbstractFreeCount()
348
{
349
return alloc_int(myFreeCount);
350
}
351
DEFINE_PRIM(getAbstractFreeCount, 0);
352
353
Callers
nothing calls this directly
Calls
1
alloc_int
Function · 0.50
Tested by
no test coverage detected