Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ f_write
Function
f_write
third-party/lua-5.1.5/src/liolib.c:437–439 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
436
437
static int f_write (lua_State *L) {
438
return g_write(L, tofile(L), 2);
439
}
440
441
442
static int f_seek (lua_State *L) {
Callers
nothing calls this directly
Calls
2
g_write
Function · 0.70
tofile
Function · 0.70
Tested by
no test coverage detected