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

Method extract_schema_blocking

crates/testing/src/modules.rs:219–221  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

217 }
218
219 pub fn extract_schema_blocking(&self) -> ModuleDef {
220 start_runtime().block_on(self.extract_schema())
221 }
222
223 pub fn with_module_async<O, R, F>(&self, config: Config, routine: R)
224 where

Callers 2

get_normalized_schemaFunction · 0.80
compiled_moduleFunction · 0.80

Calls 3

start_runtimeFunction · 0.85
extract_schemaMethod · 0.80
block_onMethod · 0.45

Tested by 2

get_normalized_schemaFunction · 0.64
compiled_moduleFunction · 0.64