Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
private:
91
std::string _method;
Callers
8
response
Method · 0.45
get
Method · 0.45
shouldCacheRequest
Function · 0.45
calculateExpiryTime
Function · 0.45
updateCacheItem
Function · 0.45
loadBytesFromNetwork
Method · 0.45
get
Method · 0.45
refreshTokenInMainThread
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected