Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
std::shared_ptr<DecryptionKeyRetriever> MakeKeyRetriever() {
94
return std::make_shared<FuzzDecryptionKeyRetriever>();
95
}
96
97
namespace {
98
Callers
1
MakeFuzzReaderProperties
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected