MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / group_l

Function group_l

other_src/lua/src/lpeg.cpp:1736–1743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1734
1735
1736static int group_l (lua_State *L) {
1737 if (lua_isnoneornil(L, 2))
1738 return capture_aux(L, Cgroup, 0);
1739 else {
1740 luaL_checkstring(L, 2);
1741 return capture_aux(L, Cgroup, 2);
1742 }
1743}
1744
1745
1746static int position_l (lua_State *L) {

Callers

nothing calls this directly

Calls 1

capture_auxFunction · 0.85

Tested by

no test coverage detected