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.2.4/src/liolib.c:316–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
314
315
316
static int f_lines (lua_State *L) {
317
tofile(L); /* check that it's a valid file handle */
318
aux_lines(L, 0);
319
return 1;
320
}
321
322
323
static int io_lines (lua_State *L) {
Callers
nothing calls this directly
Calls
2
tofile
Function · 0.70
aux_lines
Function · 0.70
Tested by
no test coverage detected