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

Function luaL_addlstring

app/redis-6.2.6/deps/lua/src/lauxlib.c:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434
435
436LUALIB_API void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l) {
437 while (l--)
438 luaL_addchar(B, *s++);
439}
440
441
442LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {

Callers 12

str_repFunction · 0.70
writerFunction · 0.70
add_sFunction · 0.70
str_gsubFunction · 0.70
addquotedFunction · 0.70
str_formatFunction · 0.70
putintegerFunction · 0.70
b_packFunction · 0.70
luaL_gsubFunction · 0.70
luaL_addstringFunction · 0.70
tconcatFunction · 0.70
os_dateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected