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

Function luaS_createlngstrobj

libraries/AP_Scripting/lua/src/lstring.c:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151
152TString *luaS_createlngstrobj (lua_State *L, size_t l) {
153 TString *ts = createstrobj(L, l, LUA_TLNGSTR, G(L)->seed);
154 ts->u.lnglen = l;
155 return ts;
156}
157
158
159void luaS_remove (lua_State *L, TString *ts) {

Callers 3

luaV_concatFunction · 0.85
LoadStringFunction · 0.85
luaS_newlstrFunction · 0.85

Calls 1

createstrobjFunction · 0.85

Tested by

no test coverage detected