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

Method module_watcher

crates/client-api/src/lib.rs:133–135  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

131 }
132
133 pub async fn module_watcher(&self) -> Result<watch::Receiver<ModuleHost>, NoSuchModule> {
134 self.host_controller.watch_module_host(self.replica_id).await
135 }
136
137 pub async fn exec_sql(
138 &self,

Callers 2

handle_websocketFunction · 0.80
load_moduleMethod · 0.80

Calls 1

watch_module_hostMethod · 0.45

Tested by

no test coverage detected