Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ mainpositionfromnode
Function
mainpositionfromnode
lib/lua/src/ltable.c:189–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
188
189
l_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_newkey
Function · 0.85
Calls
1
mainpositionTV
Function · 0.85
Tested by
no test coverage detected