Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ FileProperties
Class
FileProperties
ThirdParty/libproj/vtklibproj/src/networkfilemanager.cpp:96–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
constexpr int MAX_CHUNKS = 64;
95
96
struct FileProperties {
97
unsigned long long size = 0;
98
time_t lastChecked = 0;
99
std::string lastModified{};
100
std::string etag{};
101
};
102
103
class NetworkChunkCache {
104
public:
Callers
1
tryGet
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected