Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ io_read
Function
io_read
other_src/lua/src/liolib.cpp:381–383 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
379
380
381
static int io_read (lua_State *L) {
382
return g_read(L, getiofile(L, IO_INPUT), 1);
383
}
384
385
386
static int f_read (lua_State *L) {
Callers
nothing calls this directly
Calls
2
g_read
Function · 0.70
getiofile
Function · 0.70
Tested by
no test coverage detected