MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / finish

Method finish

compiler/src/util/fx.rs:26–26  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

24 #[inline(always)] fn write_u64(&mut self, i: u64) { self.0 = (self.0.rotate_left(5) ^ i).wrapping_mul(K); }
25 #[inline(always)] fn write_usize(&mut self, i: usize) { self.write_u64(i as u64); }
26 #[inline(always)] fn finish(&self) -> u64 { self.0 }
27}
28
29#[derive(Clone)]

Callers 4

animations.jsFile · 0.80
fmtMethod · 0.80
hash_depthFunction · 0.80
call_hashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected