MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / f_lines

Function f_lines

extlibs/lua/src/liolib.c:360–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358
359
360static int f_lines (lua_State *L) {
361 tofile(L); /* check that it's a valid file handle */
362 aux_lines(L, 0);
363 return 1;
364}
365
366
367/*

Callers

nothing calls this directly

Calls 2

tofileFunction · 0.85
aux_linesFunction · 0.85

Tested by

no test coverage detected