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

Function writer

deps/lua/src/lstrlib.c:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139
140static int writer (lua_State *L, const void* b, size_t size, void* B) {
141 (void)L;
142 luaL_addlstring((luaL_Buffer*) B, (const char *)b, size);
143 return 0;
144}
145
146
147static int str_dump (lua_State *L) {

Callers

nothing calls this directly

Calls 1

luaL_addlstringFunction · 0.85

Tested by

no test coverage detected