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

Function io_read

depends/lua/src/liolib.c:581–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579
580
581static int io_read (lua_State *L) {
582 return g_read(L, getiofile(L, IO_INPUT), 1);
583}
584
585
586static int f_read (lua_State *L) {

Callers

nothing calls this directly

Calls 2

g_readFunction · 0.85
getiofileFunction · 0.85

Tested by

no test coverage detected