MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / as_ptr

Method as_ptr

nodedb-wal/src/align.rs:156–158  ·  view source on GitHub ↗

Raw pointer to the buffer start (for io_uring submission).

(&self)

Source from the content-addressed store, hash-verified

154
155 /// Raw pointer to the buffer start (for io_uring submission).
156 pub fn as_ptr(&self) -> *const u8 {
157 self.ptr
158 }
159
160 /// Mutable raw pointer to the buffer start.
161 pub fn as_mut_ptr(&mut self) -> *mut u8 {

Callers 15

avx512Function · 0.45
avx2Function · 0.45
neonFunction · 0.45
headerMethod · 0.45
ternary_dot_avx512Function · 0.45
ternary_dot_neonFunction · 0.45
writeMethod · 0.45
recover_recordMethod · 0.45
full_capacity_sliceFunction · 0.45
pwrite_allFunction · 0.45
flush_bufferMethod · 0.45

Calls

no outgoing calls

Tested by 1