Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ with_durability_config
Method
with_durability_config
crates/engine/src/persistence.rs:217–220 ·
view source on GitHub ↗
(mut self, durability: DurabilityConfig)
Source
from the content-addressed store, hash-verified
215
}
216
217
pub fn with_durability_config(mut self, durability: DurabilityConfig) -> Self {
218
self.durability = durability;
219
self
220
}
221
}
222
223
#[async_trait]
Callers
1
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected