MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / luaL_addlstring

Function luaL_addlstring

other_src/lua/src/lauxlib.cpp:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459
460
461LUALIB_API void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l) {
462 while (l--)
463 luaL_addchar(B, *s++);
464}
465
466
467LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {

Callers 14

os_dateFunction · 0.70
tconcatFunction · 0.70
stringcapFunction · 0.70
substcapFunction · 0.70
str_repFunction · 0.70
writerFunction · 0.70
add_sFunction · 0.70
str_gsubFunction · 0.70
addquotedFunction · 0.70
str_formatFunction · 0.70
luaL_gsubFunction · 0.70
luaL_addstringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected