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

Method SetUp

cpp/src/parquet/encryption/key_wrapping_test.cc:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 std::unique_ptr<TemporaryDir> temp_dir_;
34
35 void SetUp() {
36 key_list_ = BuildKeyMap(kColumnMasterKeyIds, kColumnMasterKeys, kFooterMasterKeyId,
37 kFooterMasterKey);
38 temp_dir_ = temp_data_dir().ValueOrDie();
39 }
40
41 void WrapThenUnwrap(bool internal_key_material, bool double_wrapping,
42 bool is_wrap_locally) {

Callers

nothing calls this directly

Calls 3

BuildKeyMapFunction · 0.85
temp_data_dirFunction · 0.85
ValueOrDieMethod · 0.80

Tested by

no test coverage detected