Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ freeAbstract
Function
freeAbstract
test/cffi/project/Project.cpp:354–358 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
352
353
354
value freeAbstract(value inAbstract)
355
{
356
free_abstract(inAbstract);
357
return alloc_null();
358
}
359
DEFINE_PRIM(freeAbstract, 1);
360
361
Callers
nothing calls this directly
Calls
2
free_abstract
Function · 0.85
alloc_null
Function · 0.50
Tested by
no test coverage detected