Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ io_write
Function
io_write
third-party/lua-5.3.5/src/liolib.c:644–646 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
643
644
static int io_write (lua_State *L) {
645
return g_write(L, getiofile(L, IO_OUTPUT), 1);
646
}
647
648
649
static int f_write (lua_State *L) {
Callers
nothing calls this directly
Calls
2
g_write
Function · 0.70
getiofile
Function · 0.70
Tested by
no test coverage detected