MCPcopy Create free account
hub / github.com/alibaba/zvec / Update

Method Update

tests/db/sqlengine/mock_segment.h:492–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490 }
491
492 Status Update(Doc &doc) override {
493 return Status::OK();
494 }
495
496 Status Delete(const std::string &pk) override {
497 return Status::OK();

Callers 3

TEST_FFunction · 0.45
TEST_PFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_PFunction · 0.36