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

Function JsonStorageFormatName

src/commands/cmd_key.cc:45–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45std::string JsonStorageFormatName(JsonStorageFormat format) {
46 switch (format) {
47 case JsonStorageFormat::JSON:
48 return "json";
49 case JsonStorageFormat::CBOR:
50 return "cbor";
51 }
52 return "unknown";
53}
54
55} // namespace
56

Callers 1

ExecuteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected