Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ clearStack
Method
clearStack
src/LuaState.cpp:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
void LuaState::clearStack()
178
{
179
lua_settop(L, 0);
180
}
181
182
void LuaState::raiseError(const char *errorMessage)
183
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected