MCPcopy 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)]
71pub struct RunId(u16);
72
73impl RunId {
74 /// Create a new shard identifier.

Callers 1

decodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected