MCPcopy 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
182static 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_numeralFunction · 0.70
llexFunction · 0.70

Calls 1

strchrFunction · 0.85

Tested by

no test coverage detected