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

Method build

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

Create the node with the accumulated configuration.

(self)

Source from the content-addressed store, hash-verified

71
72 /// Create the node with the accumulated configuration.
73 pub fn build(self) -> Node {
74 self.handle.build_node(self.config)
75 }
76}
77
78/// Handle to one simulated node in the runtime.

Calls 1

build_nodeMethod · 0.80