MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / io_read

Function io_read

third-party/lua-5.3.5/src/liolib.c:579–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

g_readFunction · 0.70
getiofileFunction · 0.70

Tested by

no test coverage detected