MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / f_lines

Function f_lines

Source/Misc/lua/src/lua.c:12155–12159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12153
12154
12155static int f_lines (lua_State *L) {
12156tofile(L); /* check that it's a valid file handle */
12157aux_lines(L, 1, 0);
12158return 1;
12159}
12160
12161
12162static int io_lines (lua_State *L) {

Callers 1

io_linesFunction · 0.85

Calls 2

tofileFunction · 0.85
aux_linesFunction · 0.85

Tested by

no test coverage detected