MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / iter_auxstrict

Function iter_auxstrict

extlibs/lua/src/lutf8lib.c:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246
247
248static int iter_auxstrict (lua_State *L) {
249 return iter_aux(L, 1);
250}
251
252static int iter_auxlax (lua_State *L) {
253 return iter_aux(L, 0);

Callers

nothing calls this directly

Calls 1

iter_auxFunction · 0.85

Tested by

no test coverage detected