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

Function val_fun_nargs

src/hx/CFFI.cpp:268–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266
267
268int val_fun_nargs(hx::Object * arg1)
269{
270 if (arg1==0)
271 return faNotFunction;
272 return arg1->__ArgCount();
273}
274
275
276

Callers

nothing calls this directly

Calls 1

__ArgCountMethod · 0.45

Tested by

no test coverage detected