Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ check_next
Function
check_next
freebsd/contrib/openzfs/module/lua/llex.c:182–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
181
182
static int check_next (LexState *ls, const char *set) {
183
if (ls->current ==
'\0'
|| !strchr(set, ls->current))
184
return 0;
185
save_and_next(ls);
186
return 1;
187
}
188
189
190
/*
Callers
2
read_numeral
Function · 0.70
llex
Function · 0.70
Calls
1
strchr
Function · 0.85
Tested by
no test coverage detected