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

Function f_read

extlibs/lua/src/liolib.c:607–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605
606
607static int f_read (lua_State *L) {
608 return g_read(L, tofile(L), 2);
609}
610
611
612/*

Callers

nothing calls this directly

Calls 2

g_readFunction · 0.85
tofileFunction · 0.85

Tested by

no test coverage detected