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