Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ RunId
Class
RunId
tests/graph/test-data/rust/src/seeding/context.rs:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
/// Identifies a run used to derive independent RNG streams.
70
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
71
pub struct RunId(u16);
72
73
impl RunId {
74
/// Create a new shard identifier.
Callers
1
decode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected