MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / NodeId

Class NodeId

crates/runtime/src/sim/executor/mod.rs:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38/// A unique identifier for a simulated node.
39#[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)]
40pub struct NodeId(u64);
41
42impl NodeId {
43 /// The default node for single-node simulation or top-level runtime work.

Callers 1

create_nodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…