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

Function writer

Source/Misc/lua/src/lua.c:13817–13821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13815
13816
13817static int writer (lua_State *L, const void* b, size_t size, void* B) {
13818(void)L;
13819luaL_addlstring((luaL_Buffer*) B, (const char *)b, size);
13820return 0;
13821}
13822
13823
13824static int str_dump (lua_State *L) {

Callers 1

writeStreamToFileFunction · 0.85

Calls 1

luaL_addlstringFunction · 0.85

Tested by

no test coverage detected