Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ as_view
Method
as_view
cpp/src/arrow/util/secure_string.cc:193–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
}
192
193
std::string_view SecureString::as_view() const {
194
return {secret_.data(), secret_.size()};
195
}
196
197
void SecureString::Dispose() { SecureClear(&secret_); }
198
Callers
1
TEST
Function · 0.80
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
1
TEST
Function · 0.64