Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ io_read
Function
io_read
third-party/lua-5.2.4/src/liolib.c:474–476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
472
473
474
static int io_read (lua_State *L) {
475
return g_read(L, getiofile(L, IO_INPUT), 1);
476
}
477
478
479
static int f_read (lua_State *L) {
Callers
nothing calls this directly
Calls
2
g_read
Function · 0.70
getiofile
Function · 0.70
Tested by
no test coverage detected