Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
429
template <typename Container>
430
SMutableMapIterator<Container> makeSMutableMapIterator(Container& c) {
431
return SMutableMapIterator<Container>(c);
432
}
433
434
}
Callers
8
pullRequests
Method · 0.85
update
Method · 0.85
PlayerStorage
Method · 0.85
TEST
Function · 0.85
clearCache
Method · 0.85
cleanup
Method · 0.85
pruneChallenges
Method · 0.85
clearClients
Method · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68