Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ check_next1
Function
check_next1
3rd/lua-5.4.3/src/llex.c:191–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
190
191
static int check_next1 (LexState *ls, int c) {
192
if (ls->current == c) {
193
next(ls);
194
return 1;
195
}
196
else return 0;
197
}
198
199
200
/*
Callers
1
llex
Function · 0.85
Calls
1
next
Function · 0.85
Tested by
no test coverage detected