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

Function luaB_pairs

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

Source from the content-addressed store, hash-verified

205
206
207static int luaB_pairs (lua_State *L) {
208 return pairsmeta(L, "__pairs", 0, luaB_next);
209}
210
211
212static int ipairsaux (lua_State *L) {

Callers

nothing calls this directly

Calls 1

pairsmetaFunction · 0.85

Tested by

no test coverage detected