MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / luaL_addstring

Function luaL_addstring

lib/lua/src/lauxlib.c:592–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590
591
592LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {
593 luaL_addlstring(B, s, strlen(s));
594}
595
596
597LUALIB_API void luaL_pushresult (luaL_Buffer *B) {

Callers 6

addquotedFunction · 0.85
luaL_tracebackFunction · 0.85
luaL_addgsubFunction · 0.85
setpathFunction · 0.85
pusherrornotfoundFunction · 0.85
findloaderFunction · 0.85

Calls 1

luaL_addlstringFunction · 0.85

Tested by

no test coverage detected