MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / io_read

Function io_read

lib/lua/src/liolib.c:620–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618
619
620static int io_read (lua_State *L) {
621 return g_read(L, getiofile(L, IO_INPUT), 1);
622}
623
624
625static 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