Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ f_read
Function
f_read
extlibs/lua/src/liolib.c:607–609 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
605
606
607
static int f_read (lua_State *L) {
608
return g_read(L, tofile(L), 2);
609
}
610
611
612
/*
Callers
nothing calls this directly
Calls
2
g_read
Function · 0.85
tofile
Function · 0.85
Tested by
no test coverage detected