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

Function repo

crates/commitlog/tests/streaming/mod.rs:212–214  ·  view source on GitHub ↗
(at: &Path)

Source from the content-addressed store, hash-verified

210}
211
212fn repo(at: &Path) -> repo::Fs {
213 repo::Fs::new(CommitLogDir::from_path_unchecked(at), None).unwrap()
214}
215
216fn create_reader<R: RangeBounds<u64>>(path: &Path, range: R) -> impl AsyncBufRead + use<R> {
217 BufReader::new(StreamReader::new(stream::commits(

Callers 2

trim_garbageFunction · 0.85
create_writerFunction · 0.85

Calls 2

newFunction · 0.50
unwrapMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…