MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / io_write

Function io_write

Source/Misc/lua/src/lua.c:12343–12345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12341
12342
12343static int io_write (lua_State *L) {
12344return g_write(L, getiofile(L, IO_OUTPUT), 1);
12345}
12346
12347
12348static int f_write (lua_State *L) {

Callers

nothing calls this directly

Calls 2

g_writeFunction · 0.85
getiofileFunction · 0.85

Tested by

no test coverage detected