Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ len
Method
len
perro_source/core/perro_structs/src/structs/post_process.rs:195–197 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
193
}
194
}
195
196
pub fn entries(&self) -> &[PostProcessEntry] {
197
&self.entries
198
}
199
200
pub fn entries_mut(&mut self) -> &mut [PostProcessEntry] {
Callers
15
from_pairs
Method · 0.45
remove_index
Method · 0.45
from_hex
Method · 0.45
copy_from_slice
Method · 0.45
from_slice
Method · 0.45
from_vec_offset
Method · 0.45
from_vec_rows_offset
Method · 0.45
write_flat
Method · 0.45
write_packed
Method · 0.45
scalar_dot_f32
Function · 0.45
cast_u8
Function · 0.45
cast_u8_mut
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected