MCPcopy Create free account
hub / github.com/DFHack/dfhack / io_write

Function io_write

depends/lua/src/liolib.c:646–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644
645
646static int io_write (lua_State *L) {
647 return g_write(L, getiofile(L, IO_OUTPUT), 1);
648}
649
650
651static 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