Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ f_lines
Function
f_lines
depends/lua/src/liolib.c:351–355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
349
350
351
static int f_lines (lua_State *L) {
352
tofile(L); /* check that it's a valid file handle */
353
aux_lines(L, 0);
354
return 1;
355
}
356
357
358
static int io_lines (lua_State *L) {
Callers
nothing calls this directly
Calls
2
tofile
Function · 0.85
aux_lines
Function · 0.85
Tested by
no test coverage detected