MCPcopy Create free account
hub / github.com/F-Stack/f-stack / writer

Function writer

freebsd/contrib/openzfs/module/lua/lstrlib.c:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177#if defined(LUA_USE_DUMP)
178static int writer (lua_State *L, const void* b, size_t size, void* B) {
179 (void)L;
180 luaL_addlstring((luaL_Buffer*) B, (const char *)b, size);
181 return 0;
182}
183
184
185static int str_dump (lua_State *L) {

Callers

nothing calls this directly

Calls 1

luaL_addlstringFunction · 0.70

Tested by

no test coverage detected