Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __Run
Method
__Run
src/hx/Object.cpp:85–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
return false;
84
}
85
Dynamic Object::__Run(const Array<Dynamic> &inArgs) { return 0; }
86
Dynamic Object::__GetItem(int inIndex) const { return null(); }
87
Dynamic Object::__SetItem(int inIndex,Dynamic) { return null(); }
88
Callers
1
val_callN
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected