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

Function io_read

extlibs/lua/src/liolib.c:602–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600
601
602static int io_read (lua_State *L) {
603 return g_read(L, getiofile(L, IO_INPUT), 1);
604}
605
606
607static 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