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

Function mainpositionfromnode

third-party/lua-5.4.6/src/ltable.c:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188
189l_sinline Node *mainpositionfromnode (const Table *t, Node *nd) {
190 TValue key;
191 getnodekey(cast(lua_State *, NULL), &key, nd);
192 return mainpositionTV(t, &key);
193}
194
195
196/*

Callers 1

luaH_newkeyFunction · 0.70

Calls 1

mainpositionTVFunction · 0.70

Tested by

no test coverage detected