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

Method deserializeMapContainer

source/core/StarDataStreamDevices.hpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207template <typename T>
208void DataStreamBuffer::deserializeMapContainer(T& t, ByteArray data) {
209 DataStreamBuffer ds(std::move(data));
210 ds.readMapContainer(t);
211}
212
213template <typename T, typename ReadFunction>
214void DataStreamBuffer::deserializeMapContainer(T& t, ByteArray data, ReadFunction readFunction) {

Callers

nothing calls this directly

Calls 1

readMapContainerMethod · 0.80

Tested by

no test coverage detected