Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ check_next1
Function
check_next1
source/extern/lua/llex.c:186–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
185
186
static int check_next1 (LexState *ls, int c) {
187
if (ls->current == c) {
188
next(ls);
189
return 1;
190
}
191
else return 0;
192
}
193
194
195
/*
Callers
1
llex
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected