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

Function getlabel

other_src/lua/src/lpeg.cpp:1687–1690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1685
1686
1687static int getlabel (lua_State *L, int labelidx) {
1688 if (labelidx == 0) return 0;
1689 else return value2fenv(L, labelidx);
1690}
1691
1692
1693static int capture_aux (lua_State *L, int kind, int labelidx) {

Callers 2

capture_auxFunction · 0.85
backref_lFunction · 0.85

Calls 1

value2fenvFunction · 0.85

Tested by

no test coverage detected