MCPcopy 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
1538static 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

statementFunction · 0.70

Calls 2

str_checknameFunction · 0.70
newgotoentryFunction · 0.70

Tested by

no test coverage detected