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

Function SecureString

cpp/src/arrow/util/secure_string.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 SecureString() = default;
40 SecureString(SecureString&&) noexcept;
41 SecureString(const SecureString&) = default;
42 explicit SecureString(std::string&&) noexcept;
43 explicit SecureString(size_t, char) noexcept;
44

Callers 8

secure_string.hFile · 0.85
TESTFunction · 0.85
fuzz_internal.ccFile · 0.85
MakeEncryptionKeyFunction · 0.85
GetKeyMethod · 0.85
encryption.ccFile · 0.85
BuildKeyMapFunction · 0.85
GetCryptoFactoryFunction · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
BuildKeyMapFunction · 0.68