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

Function f_read

third-party/lua-5.2.4/src/liolib.c:479–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477
478
479static int f_read (lua_State *L) {
480 return g_read(L, tofile(L), 2);
481}
482
483
484static int io_readline (lua_State *L) {

Callers

nothing calls this directly

Calls 2

g_readFunction · 0.70
tofileFunction · 0.70

Tested by

no test coverage detected