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

Function luaL_addstring

third-party/lua-5.5.0/src/lauxlib.c:606–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604
605
606LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {
607 luaL_addlstring(B, s, strlen(s));
608}
609
610
611LUALIB_API void luaL_pushresult (luaL_Buffer *B) {

Callers 6

addquotedFunction · 0.70
luaL_tracebackFunction · 0.70
luaL_addgsubFunction · 0.70
setpathFunction · 0.70
pusherrornotfoundFunction · 0.70
findloaderFunction · 0.70

Calls 1

luaL_addlstringFunction · 0.70

Tested by

no test coverage detected