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

Method Init

serving/processor/storage/model_store_test.cc:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 TestableModelStore(ModelConfig* config) : ModelStore(config) {}
192
193 Status Init(const std::vector<std::string>& file_names) {
194 file_system_ = new FakeFileSystem(file_names);
195 return Status::OK();
196 }
197};
198
199TEST_F(ModelStoreTest, InitSuccessWhenOssFileSystem) {

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected