Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ val_field_numeric
Function
val_field_numeric
src/hx/CFFI.cpp:838–842 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
836
}
837
838
double val_field_numeric(hx::Object * arg1,int arg2) THROWS
839
{
840
if (!arg1) hx::Throw(HX_INVALID_OBJECT);
841
return arg1->__INumField(arg2);
842
}
843
844
value val_field_name(field inField)
845
{
Callers
1
fields
Function · 0.50
Calls
2
Throw
Function · 0.85
__INumField
Method · 0.80
Tested by
no test coverage detected