MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / writer

Function writer

src/Chain/libraries/glua/lstrlib.cpp:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180
181static int writer(lua_State *L, const void *b, size_t size, void *B) {
182 (void)L;
183 luaL_addlstring((luaL_Buffer *)B, (const char *)b, size);
184 return 0;
185}
186
187
188static int str_dump(lua_State *L) {

Callers

nothing calls this directly

Calls 1

luaL_addlstringFunction · 0.85

Tested by

no test coverage detected