Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ nocalls
Function
nocalls
other_src/lua/src/lpeg.cpp:1425–1429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1423
1424
1425
static int nocalls (const Instruction *p) {
1426
for (; (Opcode)p->i.code != IEnd; p += sizei(p))
1427
if ((Opcode)p->i.code == IOpenCall) return 0;
1428
return 1;
1429
}
1430
1431
1432
static int pattbehind (lua_State *L) {
Callers
1
pattbehind
Function · 0.85
Calls
1
sizei
Function · 0.85
Tested by
no test coverage detected