Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ f_write
Function
f_write
Source/Misc/lua/src/lua.c:12348–12350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12346
12347
12348
static int f_write (lua_State *L) {
12349
return g_write(L, tofile(L), 2);
12350
}
12351
12352
12353
static int f_seek (lua_State *L) {
Callers
nothing calls this directly
Calls
2
g_write
Function · 0.85
tofile
Function · 0.85
Tested by
no test coverage detected