Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ f_write
Function
f_write
engine/lua/src/lua/liolib.c:438–440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
436
437
438
static int f_write (lua_State *L) {
439
return g_write(L, tofile(L), 2);
440
}
441
442
443
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