Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_schema
Function · 0.80
compiled_module
Function · 0.80
Calls
3
start_runtime
Function · 0.85
extract_schema
Method · 0.80
block_on
Method · 0.45
Tested by
2
get_normalized_schema
Function · 0.64
compiled_module
Function · 0.64