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

Method module

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

Source from the content-addressed store, hash-verified

104 }
105
106 pub async fn module(&self) -> Result<ModuleHost, NoSuchModule> {
107 self.host_controller.get_module_host(self.replica_id).await
108 }
109
110 /// Wait for the module host to become available, retrying with backoff.
111 ///

Callers 8

exec_sqlMethod · 0.45
ws_client_actor_innerFunction · 0.45
find_module_and_databaseFunction · 0.45
logsFunction · 0.45
sql_directFunction · 0.45
buildMethod · 0.45
clear_tableMethod · 0.45
read_logMethod · 0.45

Calls 1

get_module_hostMethod · 0.80

Tested by

no test coverage detected