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

Function auxsetnode

third-party/lua-5.3.5/src/ltable.c:341–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339
340
341static void auxsetnode (lua_State *L, void *ud) {
342 AuxsetnodeT *asn = cast(AuxsetnodeT *, ud);
343 setnodevector(L, asn->t, asn->nhsize);
344}
345
346
347void luaH_resize (lua_State *L, Table *t, unsigned int nasize,

Callers

nothing calls this directly

Calls 1

setnodevectorFunction · 0.70

Tested by

no test coverage detected