Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ control_db
Method
control_db
crates/paths/src/standalone.rs:8–10 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
6
ProgramBytesDir(self.as_ref().join(
"program-bytes"
))
7
}
8
fn control_db(&self) -> ControlDbDir {
9
ControlDbDir(self.as_ref().join(
"control-db"
))
10
}
11
}
12
13
impl StandaloneDataDirExt for ServerDataDir {}
Callers
1
init
Method · 0.80
Implementers
1
standalone.rs
crates/paths/src/standalone.rs
Calls
2
join
Method · 0.80
as_ref
Method · 0.45
Tested by
no test coverage detected