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

Method module_logs

crates/paths/src/server.rs:129–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127
128impl ReplicaDir {
129 pub fn module_logs(self) -> ModuleLogsDir {
130 ModuleLogsDir(self.0.joined("module_logs"))
131 }
132
133 pub fn snapshots(&self) -> SnapshotsPath {
134 SnapshotsPath(self.0.join("snapshots"))

Callers 2

module_logs_dirMethod · 0.80
try_initMethod · 0.80

Calls 1

joinedMethod · 0.80

Tested by

no test coverage detected