Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
222
static int luaB_ipairs (lua_State *L) {
223
return pairsmeta(L,
"__ipairs"
, 1, ipairsaux);
224
}
225
226
227
static int luaB_assert (lua_State *L) {
Callers
nothing calls this directly
Calls
1
pairsmeta
Function · 0.85
Tested by
no test coverage detected