MCPcopy 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
193std::string_view SecureString::as_view() const {
194 return {secret_.data(), secret_.size()};
195}
196
197void SecureString::Dispose() { SecureClear(&secret_); }
198

Callers 1

TESTFunction · 0.80

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64