MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Stat

Method Stat

serving/processor/storage/model_store_test.cc:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 Status Stat(const string& fname, FileStatistics* stat) override {
133 return Status::OK();
134 }
135
136 Status DeleteFile(const string& fname) override {
137 return Status::OK();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected