MCPcopy Create free account
hub / github.com/defold/defold / io_read

Function io_read

engine/lua/src/lua/liolib.c:382–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380
381
382static int io_read (lua_State *L) {
383 return g_read(L, getiofile(L, IO_INPUT), 1);
384}
385
386
387static 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