Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.h
File · 0.85
TEST
Function · 0.85
fuzz_internal.cc
File · 0.85
MakeEncryptionKey
Function · 0.85
GetKey
Method · 0.85
encryption.cc
File · 0.85
BuildKeyMap
Function · 0.85
GetCryptoFactory
Function · 0.85
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.68
BuildKeyMap
Function · 0.68