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

Method finish

crates/vm/src/stdlib/_thread.rs:455–457  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

453 self.v = Some(i);
454 }
455 fn finish(&self) -> u64 {
456 self.v.expect("should have written a u64")
457 }
458 }
459 let mut h = U64Hash { v: None };
460 t.id().hash(&mut h);

Callers 15

fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
compressFunction · 0.45
fmtMethod · 0.45
flushMethod · 0.45
idMethod · 0.45
hashMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected