MCPcopy Create free account
hub / github.com/hashintel/hash / from

Method from

tests/graph/test-data/rust/src/seeding/context.rs:82–84  ·  view source on GitHub ↗
(run_id: RunId)

Source from the content-addressed store, hash-verified

80
81impl From<RunId> for u16 {
82 fn from(run_id: RunId) -> Self {
83 run_id.0
84 }
85}
86
87/// Identifies a shard (coarse partition) used to derive independent RNG streams.

Callers 5

friendship.test.tsFile · 0.45
file.test.tsFile · 0.45
decodeBase32Function · 0.45
expandSidebarSectionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected