Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cubitect/cubiomes-viewer
/ lua_setcstacklimit
Function
lua_setcstacklimit
lua/src/lstate.c:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
98
99
LUA_API int lua_setcstacklimit (lua_State *L, unsigned int limit) {
100
UNUSED(L); UNUSED(limit);
101
return LUAI_MAXCCALLS; /* warning?? */
102
}
103
104
105
CallInfo *luaE_extendCI (lua_State *L) {
Callers
1
db_setcstacklimit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected