MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaB_ipairs

Function luaB_ipairs

freebsd/contrib/openzfs/module/lua/lbaselib.c:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221
222static int luaB_ipairs (lua_State *L) {
223 return pairsmeta(L, "__ipairs", 1, ipairsaux);
224}
225
226
227static int luaB_assert (lua_State *L) {

Callers

nothing calls this directly

Calls 1

pairsmetaFunction · 0.85

Tested by

no test coverage detected