MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / data

Method data

CesiumAsync/src/CachingAssetAccessor.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 virtual std::span<const std::byte> data() const noexcept override {
54 return std::span<const std::byte>(
55 this->_cacheResponse.data.data(),
56 this->_cacheResponse.data.size());
57 }
58
59private:
60 CacheResponse _cacheResponse;

Callers 4

storeEntryMethod · 0.45
getMethod · 0.45
loadBytesFromNetworkMethod · 0.45
getNewAccessTokenFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected