Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ clearScriptCache
Method
clearScriptCache
source/game/scripting/StarLuaRoot.cpp:147–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
void LuaRoot::clearScriptCache() const {
148
return m_scriptCache->clear();
149
}
150
151
void LuaRoot::addCallbacks(String const& groupName, LuaCallbacks const& callbacks) {
152
m_luaCallbacks[groupName] = callbacks;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected