MCPcopy Create free account
hub / github.com/PerroEngine/Perro / write_usize

Method write_usize

perro_source/core/perro_csv/src/lib.rs:30–32  ·  view source on GitHub ↗
(&mut self, i: usize)

Source from the content-addressed store, hash-verified

28 fn rows(&self) -> impl Iterator<Item = usize> + '_ {
29 std::iter::once(self.first).chain(self.collisions.iter().copied())
30 }
31}
32
33#[derive(Default)]
34struct U64IdentityHasher(u64);
35

Callers 3

feed_variantFunction · 0.80
text_edit_fingerprintFunction · 0.80
ui_payload_fingerprintFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected