MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / netElementIds

Method netElementIds

source/core/StarNetElementDynamicGroup.hpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112template <typename Element>
113auto NetElementDynamicGroup<Element>::netElementIds() const -> List<ElementId> {
114 return m_idMap.keys();
115}
116
117template <typename Element>
118auto NetElementDynamicGroup<Element>::getNetElement(ElementId id) const -> ElementPtr {

Callers 1

TESTFunction · 0.80

Calls 1

keysMethod · 0.45

Tested by 1

TESTFunction · 0.64