MCPcopy 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
351static 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
358static int io_lines (lua_State *L) {

Callers

nothing calls this directly

Calls 2

tofileFunction · 0.85
aux_linesFunction · 0.85

Tested by

no test coverage detected