Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ f_read
Function
f_read
third-party/lua-5.1.5/src/liolib.c:386–388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
384
385
386
static int f_read (lua_State *L) {
387
return g_read(L, tofile(L), 2);
388
}
389
390
391
static int io_readline (lua_State *L) {
Callers
nothing calls this directly
Calls
2
g_read
Function · 0.70
tofile
Function · 0.70
Tested by
no test coverage detected