Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ check
Function
check
Source/Misc/lua/src/lua.c:7665–7668 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7663
7664
7665
static void check (LexState *ls, int c) {
7666
if (ls->t.token != c)
7667
error_expected(ls, c);
7668
}
7669
7670
static void checknext (LexState *ls, int c) {
7671
check(ls, c);
Callers
7
precheck
Function · 0.70
luaG_checkopenop
Function · 0.70
checkArgMode
Function · 0.70
symbexec
Function · 0.70
checknext
Function · 0.70
str_checkname
Function · 0.70
luaY_parser
Function · 0.70
Calls
1
error_expected
Function · 0.85
Tested by
no test coverage detected