MCPcopy 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
1730static int fold_l (lua_State *L) {
1731 luaL_checktype(L, 2, LUA_TFUNCTION);
1732 return capture_aux(L, Cfold, 2);
1733}
1734
1735
1736static int group_l (lua_State *L) {

Callers

nothing calls this directly

Calls 2

capture_auxFunction · 0.85
luaL_checktypeFunction · 0.70

Tested by

no test coverage detected