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

Function io_read

lua/liolib.c:386–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384
385
386static int io_read (lua_State *L) {
387 return g_read(L, getiofile(L, IO_INPUT), 1);
388}
389
390
391static int f_read (lua_State *L) {

Callers

nothing calls this directly

Calls 2

g_readFunction · 0.85
getiofileFunction · 0.85

Tested by

no test coverage detected