Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ f_read
Function
f_read
src/lua/src/liolib.c:383–385 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
381
382
383
static int f_read (lua_State *L) {
384
return g_read(L, tofile(L), 2);
385
}
386
387
388
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