MCPcopy Create free account
hub / github.com/apache/kvrocks / SetSourceKey

Method SetSourceKey

src/storage/redis_metadata.cc:616–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616void TimeSeriesMetadata::SetSourceKey(Slice key) { source_key = key.ToString(); }
617
618void TimeSeriesMetadata::Encode(std::string *dst) const {
619 Metadata::Encode(dst);

Callers 2

CreateMetadataFromOptionFunction · 0.80
CreateRuleMethod · 0.80

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected