MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaL_addlstring

Function luaL_addlstring

Source/Misc/lua/src/lua.c:10648–10651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10646
10647
10648LUALIB_API void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l) {
10649while (l--)
10650luaL_addchar(B, *s++);
10651}
10652
10653
10654LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {

Callers 10

luaL_gsubFunction · 0.85
luaL_addstringFunction · 0.85
os_dateFunction · 0.85
str_repFunction · 0.85
writerFunction · 0.85
add_sFunction · 0.85
str_gsubFunction · 0.85
addquotedFunction · 0.85
str_formatFunction · 0.85
tconcatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected