MCPcopy 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
354value freeAbstract(value inAbstract)
355{
356 free_abstract(inAbstract);
357 return alloc_null();
358}
359DEFINE_PRIM(freeAbstract, 1);
360
361

Callers

nothing calls this directly

Calls 2

free_abstractFunction · 0.85
alloc_nullFunction · 0.50

Tested by

no test coverage detected