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

Callers

nothing calls this directly

Calls 2

tofileFunction · 0.70
aux_linesFunction · 0.70

Tested by

no test coverage detected