Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ newgotoentry
Function
newgotoentry
lib/lua/src/lparser.c:575–577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
573
574
575
static int newgotoentry (LexState *ls, TString *name, int line, int pc) {
576
return newlabelentry(ls, &ls->dyd->gt, name, line, pc);
577
}
578
579
580
/*
Callers
3
gotostat
Function · 0.85
breakstat
Function · 0.85
test_then_block
Function · 0.85
Calls
1
newlabelentry
Function · 0.85
Tested by
1
test_then_block
Function · 0.68