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