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

Method response

CesiumAsync/src/CachingAssetAccessor.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 virtual const IAssetResponse* response() const noexcept override {
87 return &this->_response;
88 }
89
90private:
91 std::string _method;

Callers 8

responseMethod · 0.45
getMethod · 0.45
shouldCacheRequestFunction · 0.45
calculateExpiryTimeFunction · 0.45
updateCacheItemFunction · 0.45
loadBytesFromNetworkMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected