Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ iter_auxstrict
Function
iter_auxstrict
third-party/lua-5.5.0/src/lutf8lib.c:249–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
248
249
static int iter_auxstrict (lua_State *L) {
250
return iter_aux(L, 1);
251
}
252
253
static int iter_auxlax (lua_State *L) {
254
return iter_aux(L, 0);
Callers
nothing calls this directly
Calls
1
iter_aux
Function · 0.70
Tested by
no test coverage detected