MCPcopy 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_pairsMethod · 0.45
remove_indexMethod · 0.45
from_hexMethod · 0.45
copy_from_sliceMethod · 0.45
from_sliceMethod · 0.45
from_vec_offsetMethod · 0.45
from_vec_rows_offsetMethod · 0.45
write_flatMethod · 0.45
write_packedMethod · 0.45
scalar_dot_f32Function · 0.45
cast_u8Function · 0.45
cast_u8_mutFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected