MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaL_addstring

Function luaL_addstring

third-party/lua-5.2.4/src/lauxlib.c:466–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464
465
466LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {
467 luaL_addlstring(B, s, strlen(s));
468}
469
470
471LUALIB_API void luaL_pushresult (luaL_Buffer *B) {

Callers 2

addquotedFunction · 0.70
luaL_gsubFunction · 0.70

Calls 1

luaL_addlstringFunction · 0.70

Tested by

no test coverage detected