Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ as_ref
Method
as_ref
arrow-buffer/src/buffer/mutable.rs:1090–1092 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1088
1089
impl AsRef<[u8]> for &MutableBuffer {
1090
fn as_ref(&self) -> &[u8] {
1091
self.as_slice()
1092
}
1093
}
1094
1095
impl Drop for MutableBuffer {
Callers
nothing calls this directly
Calls
1
as_slice
Method · 0.45
Tested by
no test coverage detected