Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __ArgCount
Method
__ArgCount
src/hx/cppia/CppiaFunction.cpp:938–938 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
936
937
int __GetType() const HXCPP_OVERRIDE { return vtFunction; }
938
int __ArgCount() const HXCPP_OVERRIDE { return function->args.size(); }
939
940
String toString() HXCPP_OVERRIDE { return HX_CSTRING(
"function"
); }
941
};
Callers
1
val_fun_nargs
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected