MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / io_input

Function io_input

deps/lua/src/liolib.c:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219
220
221static int io_input (lua_State *L) {
222 return g_iofile(L, IO_INPUT, "r");
223}
224
225
226static int io_output (lua_State *L) {

Callers

nothing calls this directly

Calls 1

g_iofileFunction · 0.85

Tested by

no test coverage detected