MCPcopy Create free account
hub / github.com/catboost/catboost / CountCache

Method CountCache

util/system/file.cpp:1155–1157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1153 }
1154
1155 i64 CountCache(i64 offset, i64 length) const noexcept {
1156 return Handle_.CountCache(offset, length);
1157 }
1158
1159 void PrefetchCache(i64 offset, i64 length, bool wait) const noexcept {
1160 Handle_.PrefetchCache(offset, length, wait);

Callers

nothing calls this directly

Calls 1

CountCacheMethod · 0.45

Tested by

no test coverage detected