MCPcopy Create free account
hub / github.com/apache/arrow / MakeKeyRetriever

Function MakeKeyRetriever

cpp/src/parquet/arrow/fuzz_internal.cc:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91};
92
93std::shared_ptr<DecryptionKeyRetriever> MakeKeyRetriever() {
94 return std::make_shared<FuzzDecryptionKeyRetriever>();
95}
96
97namespace {
98

Callers 1

MakeFuzzReaderPropertiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected