MCPcopy 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

94constexpr int MAX_CHUNKS = 64;
95
96struct FileProperties {
97 unsigned long long size = 0;
98 time_t lastChecked = 0;
99 std::string lastModified{};
100 std::string etag{};
101};
102
103class NetworkChunkCache {
104 public:

Callers 1

tryGetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected