Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ testnext
Function
testnext
lua/lparser.c:81–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
80
81
static int testnext (LexState *ls, int c) {
82
if (ls->t.token == c) {
83
luaX_next(ls);
84
return 1;
85
}
86
else return 0;
87
}
88
89
90
static void check (LexState *ls, int c) {
Callers
11
check_match
Function · 0.85
constructor
Function · 0.85
parlist
Function · 0.85
explist1
Function · 0.85
assignment
Function · 0.85
fornum
Function · 0.85
forlist
Function · 0.85
declarestat
Function · 0.85
localstat
Function · 0.85
statement
Function · 0.85
chunk
Function · 0.85
Calls
1
luaX_next
Function · 0.85
Tested by
no test coverage detected