Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ io_read
Function
io_read
Source/Misc/lua/src/lua.c:12292–12294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12290
12291
12292
static int io_read (lua_State *L) {
12293
return g_read(L, getiofile(L, IO_INPUT), 1);
12294
}
12295
12296
12297
static int f_read (lua_State *L) {
Callers
nothing calls this directly
Calls
2
g_read
Function · 0.85
getiofile
Function · 0.85
Tested by
no test coverage detected