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

Function mainpositionfromnode

third-party/lua-5.5.0/src/ltable.c:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225
226l_sinline Node *mainpositionfromnode (const Table *t, Node *nd) {
227 TValue key;
228 getnodekey(cast(lua_State *, NULL), &key, nd);
229 return mainpositionTV(t, &key);
230}
231
232
233/*

Callers 1

insertkeyFunction · 0.70

Calls 1

mainpositionTVFunction · 0.70

Tested by

no test coverage detected