Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ io_write
Function
io_write
extlibs/lua/src/liolib.c:670–672 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
668
669
670
static int io_write (lua_State *L) {
671
return g_write(L, getiofile(L, IO_OUTPUT), 1);
672
}
673
674
675
static int f_write (lua_State *L) {
Callers
nothing calls this directly
Calls
2
g_write
Function · 0.85
getiofile
Function · 0.85
Tested by
no test coverage detected