Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ io_input
Function
io_input
extlibs/lua/src/liolib.c:321–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
320
321
static int io_input (lua_State *L) {
322
return g_iofile(L, IO_INPUT,
"r"
);
323
}
324
325
326
static int io_output (lua_State *L) {
Callers
nothing calls this directly
Calls
1
g_iofile
Function · 0.85
Tested by
no test coverage detected