Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ luaB_pairs
Function
luaB_pairs
depends/lua/src/lbaselib.c:238–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
237
238
static int luaB_pairs (lua_State *L) {
239
return pairsmeta(L,
"__pairs"
, 0, luaB_next);
240
}
241
242
243
/*
Callers
nothing calls this directly
Calls
1
pairsmeta
Function · 0.85
Tested by
no test coverage detected