Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ insert
Method
insert
components/lua/inputactions.cpp:32–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
MultiTree::Node MultiTree::insert()
33
{
34
size_t nextId = size();
35
mChildren.push_back({});
36
mParents.push_back({});
37
return nextId;
38
}
39
40
bool MultiTree::validateTree() const
41
{
Callers
nothing calls this directly
Calls
7
validateActionValue
Function · 0.85
toString
Function · 0.70
size
Function · 0.50
find
Method · 0.45
end
Method · 0.45
empty
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected