MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / f_read

Function f_read

3rd/lua-5.4.3/src/liolib.c:621–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619
620
621static int f_read (lua_State *L) {
622 return g_read(L, tofile(L), 2);
623}
624
625
626/*

Callers

nothing calls this directly

Calls 2

g_readFunction · 0.85
tofileFunction · 0.85

Tested by

no test coverage detected