MCPcopy Create free account
hub / github.com/axmolengine/axmol / rewind

Method rewind

core/base/Properties.cpp:670–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668}
669
670void Properties::rewind()
671{
672 _propertiesItr = _properties.end();
673 _namespacesItr = _namespaces.end();
674}
675
676Properties* Properties::getNamespace(std::string_view id, bool searchNames, bool recurse) const
677{

Callers 3

resolveInheritanceMethod · 0.45
mergeWithMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected