Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ f_lines
Function
f_lines
third-party/lua-5.5.0/src/liolib.c:376–380 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
375
376
static int f_lines (lua_State *L) {
377
tofile(L); /* check that it's a valid file handle */
378
aux_lines(L, 0);
379
return 1;
380
}
381
382
383
/*
Callers
nothing calls this directly
Calls
2
tofile
Function · 0.70
aux_lines
Function · 0.70
Tested by
no test coverage detected