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

Method capacity

cpp/src/arrow/util/secure_string.cc:183–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181std::size_t SecureString::length() const { return secret_.length(); }
182
183std::size_t SecureString::capacity() const { return secret_.capacity(); }
184
185std::span<uint8_t> SecureString::as_span() {
186 return {reinterpret_cast<uint8_t*>(secret_.data()), secret_.size()};

Callers 15

test_reserveMethod · 0.45
test_capacityMethod · 0.45
test_resizeMethod · 0.45
test_reserveMethod · 0.45
jvm_bufferFunction · 0.45
TESTFunction · 0.45
TYPED_TESTFunction · 0.45
VeryLargeBatchFunction · 0.45
AssertZeroPaddedFunction · 0.45
TestInitializedFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_reserveMethod · 0.36
test_capacityMethod · 0.36
test_resizeMethod · 0.36
test_reserveMethod · 0.36
TESTFunction · 0.36
TYPED_TESTFunction · 0.36
VeryLargeBatchFunction · 0.36
AssertZeroPaddedFunction · 0.36
TestInitializedFunction · 0.36
StringAreaFunction · 0.36
TESTFunction · 0.36
CheckStreamingCompressorFunction · 0.36