MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / get_store

Method get_store

fs/cache/cached_fs.cpp:326–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324 }
325
326 ICacheStore *get_store() override { return cache_store_; }
327
328 int ftruncate(off_t length) override {
329 if (length < 0) length = 0;

Callers 2

commonTestFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

commonTestFunction · 0.36
TESTFunction · 0.36