Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ runString
Method
runString
src/hx/cppia/CppiaFunction.cpp:478–478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
476
477
const char *ScriptCallable::getName() { return
"ScriptCallable"
; }
478
String ScriptCallable::runString(CppiaCtx *ctx) { return HX_CSTRING(
"#function"
); }
479
480
void ScriptCallable::runVoid(CppiaCtx *ctx)
481
{
Callers
1
pushArgs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected