MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / io_write

Function io_write

3rd/lua-5.4.3/src/liolib.c:685–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683
684
685static int io_write (lua_State *L) {
686 return g_write(L, getiofile(L, IO_OUTPUT), 1);
687}
688
689
690static 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