Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ getContext
Method
getContext
Source/ScriptingEngine.hpp:69–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
void init();
68
void debuggerEnable();
69
duk_hthread *getContext() { return mContext; }
70
71
bool Run(const std::string& pScript);
72
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected