MCPcopy 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
249static int iter_auxstrict (lua_State *L) {
250 return iter_aux(L, 1);
251}
252
253static int iter_auxlax (lua_State *L) {
254 return iter_aux(L, 0);

Callers

nothing calls this directly

Calls 1

iter_auxFunction · 0.70

Tested by

no test coverage detected