Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ fold_l
Function
fold_l
other_src/lua/src/lpeg.cpp:1730–1733 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1728
1729
1730
static int fold_l (lua_State *L) {
1731
luaL_checktype(L, 2, LUA_TFUNCTION);
1732
return capture_aux(L, Cfold, 2);
1733
}
1734
1735
1736
static int group_l (lua_State *L) {
Callers
nothing calls this directly
Calls
2
capture_aux
Function · 0.85
luaL_checktype
Function · 0.70
Tested by
no test coverage detected