MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / luaL_addstring

Function luaL_addstring

ThirdParty/lua/lua/lauxlib.c:477–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475
476
477LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {
478 luaL_addlstring(B, s, strlen(s));
479}
480
481
482LUALIB_API void luaL_pushresult (luaL_Buffer *B) {

Callers 2

addquotedFunction · 0.85
luaL_gsubFunction · 0.85

Calls 1

luaL_addlstringFunction · 0.85

Tested by

no test coverage detected