Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
compress
Function · 0.45
fmt
Method · 0.45
flush
Method · 0.45
id
Method · 0.45
hash
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected