MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / f_read

Function f_read

lua/liolib.c:391–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389
390
391static int f_read (lua_State *L) {
392 return g_read(L, tofile(L), 2);
393}
394
395
396static 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