Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ io_read
Function
io_read
3rd/lua-5.4.3/src/liolib.c:616–618 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
614
615
616
static int io_read (lua_State *L) {
617
return g_read(L, getiofile(L, IO_INPUT), 1);
618
}
619
620
621
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