Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ wrapUtilities
Method
wrapUtilities
Source/Lua/CtrlrLuaManager.cpp:209–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
void CtrlrLuaManager::wrapUtilities(lua_State* L)
210
{
211
if (methodManager)
212
{
213
methodManager->wrapUtilities();
214
}
215
}
216
217
void CtrlrLuaManager::wrapCore (lua_State* L)
218
{
Callers
1
restoreState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected