Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ check
Function
check
source/extern/lua/lparser.c:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
105
106
static void check (LexState *ls, int c) {
107
if (ls->t.token != c)
108
error_expected(ls, c);
109
}
110
111
112
static void checknext (LexState *ls, int c) {
Callers
9
inspect
Method · 0.85
setPressed
Method · 0.85
checknext
Function · 0.85
str_checkname
Function · 0.85
mainfunc
Function · 0.85
is_variant_formattable_
Class · 0.85
is_tuple_formattable_<T, C, true>
Class · 0.85
word
Method · 0.85
parseString
Method · 0.85
Calls
1
error_expected
Function · 0.85
Tested by
1
inspect
Method · 0.68