MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaS_createlngstrobj

Function luaS_createlngstrobj

extlibs/lua/src/lstring.c:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168
169TString *luaS_createlngstrobj (lua_State *L, size_t l) {
170 TString *ts = createstrobj(L, l, LUA_VLNGSTR, G(L)->seed);
171 ts->u.lnglen = l;
172 return ts;
173}
174
175
176void luaS_remove (lua_State *L, TString *ts) {

Callers 3

luaV_concatFunction · 0.85
loadStringNFunction · 0.85
luaS_newlstrFunction · 0.85

Calls 1

createstrobjFunction · 0.85

Tested by

no test coverage detected