Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ gotostat
Function
gotostat
third-party/lua-5.5.0/src/lparser.c:1538–1541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1536
1537
1538
static void gotostat (LexState *ls, int line) {
1539
TString *name = str_checkname(ls); /* label's name */
1540
newgotoentry(ls, name, line);
1541
}
1542
1543
1544
/*
Callers
1
statement
Function · 0.70
Calls
2
str_checkname
Function · 0.70
newgotoentry
Function · 0.70
Tested by
no test coverage detected