MCPcopy 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

validateActionValueFunction · 0.85
toStringFunction · 0.70
sizeFunction · 0.50
findMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected