Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ luaH_mainposition
Function
luaH_mainposition
src/Chain/libraries/glua/ltable.cpp:797–799 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
795
#if defined(LUA_DEBUG)
796
797
Node *luaH_mainposition(const Table *t, const TValue *key) {
798
return mainposition(t, key);
799
}
800
801
int luaH_isdummy(Node *n) { return isdummy(n); }
802
Callers
nothing calls this directly
Calls
1
mainposition
Function · 0.85
Tested by
no test coverage detected