Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ io_write
Function
io_write
lib/lua/src/liolib.c:691–693 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
689
690
691
static int io_write (lua_State *L) {
692
return g_write(L, getiofile(L, IO_OUTPUT), 1);
693
}
694
695
696
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