MCPcopy 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
12348static int f_write (lua_State *L) {
12349return g_write(L, tofile(L), 2);
12350}
12351
12352
12353static int f_seek (lua_State *L) {

Callers

nothing calls this directly

Calls 2

g_writeFunction · 0.85
tofileFunction · 0.85

Tested by

no test coverage detected