MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / luaL_addstring

Function luaL_addstring

libraries/AP_Scripting/lua/src/lauxlib.c:540–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538
539
540LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {
541 luaL_addlstring(B, s, strlen(s));
542}
543
544
545LUALIB_API void luaL_pushresult (luaL_Buffer *B) {

Callers 2

addquotedFunction · 0.85
luaL_gsubFunction · 0.85

Calls 2

luaL_addlstringFunction · 0.85
strlenFunction · 0.85

Tested by

no test coverage detected