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

Function getpattl

other_src/lua/src/lpeg.cpp:1315–1319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1313
1314
1315static int getpattl (lua_State *L, int idx) {
1316 int size;
1317 getpatt(L, idx, &size);
1318 return size;
1319}
1320
1321
1322static int pattern_l (lua_State *L) {

Callers 1

matchtime_lFunction · 0.85

Calls 1

getpattFunction · 0.85

Tested by

no test coverage detected