MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / writer

Function writer

third-party/lua-5.3.5/src/lstrlib.c:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

luaL_addlstringFunction · 0.70

Tested by

no test coverage detected