MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / io_write

Function io_write

deps/lua/src/liolib.c:432–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430
431
432static int io_write (lua_State *L) {
433 return g_write(L, getiofile(L, IO_OUTPUT), 1);
434}
435
436
437static 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