MCPcopy Index your code
hub / github.com/RustPython/RustPython / finalize

Method finalize

crates/stdlib/src/hashlib.rs:920–923  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

918 }
919
920 fn finalize(&self) -> Vec<u8> {
921 let cloned = self.inner.box_clone();
922 cloned.finalize().into_vec()
923 }
924 }
925
926 #[derive(Clone)]

Callers 5

crc32Function · 0.45
dyn_finalizeMethod · 0.45
digestMethod · 0.45
hexdigestMethod · 0.45

Calls 1

into_vecMethod · 0.45

Tested by

no test coverage detected