MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / f_read

Function f_read

Source/Misc/lua/src/lua.c:12297–12299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12295
12296
12297static int f_read (lua_State *L) {
12298return g_read(L, tofile(L), 2);
12299}
12300
12301
12302static 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