MCPcopy Create free account
hub / github.com/DFHack/dfhack / f_read

Function f_read

depends/lua/src/liolib.c:586–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584
585
586static int f_read (lua_State *L) {
587 return g_read(L, tofile(L), 2);
588}
589
590
591static int io_readline (lua_State *L) {

Callers

nothing calls this directly

Calls 2

g_readFunction · 0.85
tofileFunction · 0.85

Tested by

no test coverage detected