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

Method setContents

source/core/StarNetElementContainers.hpp:400–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398template <typename BaseMap>
399template <typename MapType>
400void NetElementMapWrapper<BaseMap>::setContents(MapType const& values) {
401 reset(BaseMap::from(values));
402}
403
404template <typename BaseMap>
405uint64_t NetElementMapWrapper<BaseMap>::changeDataLastVersion() const {

Callers 1

netElementsNeedStoreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected