Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REGoth-project/REGoth
/ pushInt
Method
pushInt
src/logic/ScriptEngine.cpp:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void ScriptEngine::pushInt(int32_t v)
98
{
99
m_pVM->pushInt(v);
100
}
101
102
void ScriptEngine::pushString(const std::string& str)
103
{
Callers
1
canUse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected