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

Function val_data

src/hx/CFFI.cpp:260–265  ·  view source on GitHub ↗

don't check the 'kind' ...

Source from the content-addressed store, hash-verified

258
259// don't check the 'kind' ...
260void * val_data(hx::Object * arg1)
261{
262 if (arg1==0)
263 return 0;
264 return arg1->__GetHandle();
265}
266
267
268int val_fun_nargs(hx::Object * arg1)

Callers

nothing calls this directly

Calls 1

__GetHandleMethod · 0.45

Tested by

no test coverage detected