MCPcopy Create free account
hub / github.com/defold/defold / luaL_addlstring

Function luaL_addlstring

engine/lua/src/lua/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 15

b64encodeFunction · 0.85
b64padFunction · 0.85
b64decodeFunction · 0.85
qpdecodeFunction · 0.85
buffer_meth_receiveFunction · 0.85
recvrawFunction · 0.85
recvallFunction · 0.85
str_repFunction · 0.85
writerFunction · 0.85
add_sFunction · 0.85
str_gsubFunction · 0.85
addquotedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected