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

Method deref

arrow-buffer/src/builder/offset.rs:84–86  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

82 type Target = [O];
83
84 fn deref(&self) -> &Self::Target {
85 self.offsets.as_ref()
86 }
87}
88
89#[cfg(test)]

Callers

nothing calls this directly

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected