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

Function makeSMutableMapIterator

source/core/StarIterator.hpp:430–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428
429template <typename Container>
430SMutableMapIterator<Container> makeSMutableMapIterator(Container& c) {
431 return SMutableMapIterator<Container>(c);
432}
433
434}

Callers 8

pullRequestsMethod · 0.85
updateMethod · 0.85
PlayerStorageMethod · 0.85
TESTFunction · 0.85
clearCacheMethod · 0.85
cleanupMethod · 0.85
pruneChallengesMethod · 0.85
clearClientsMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68