MCPcopy Create free account
hub / github.com/apache/arrow-rs / len

Method len

arrow-buffer/src/buffer/mutable.rs:489–491  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

487 /// The invariant `buffer.len() <= buffer.capacity()` is always upheld.
488 #[inline]
489 pub const fn len(&self) -> usize {
490 self.len
491 }
492
493 /// Returns the total capacity in this buffer, in bytes.
494 ///

Callers 3

from_bytesMethod · 0.45
fromMethod · 0.45
from_iterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected