MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / iter_auxstrict

Function iter_auxstrict

Dependencies/lua/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.85

Tested by

no test coverage detected