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

Function create_dirs

crates/commitlog/tests/streaming/mod.rs:223–230  ·  view source on GitHub ↗
(root: &Path)

Source from the content-addressed store, hash-verified

221}
222
223async fn create_dirs(root: &Path) -> (PathBuf, PathBuf) {
224 let src = root.join("a");
225 let dst = root.join("b");
226 fs::create_dir(&src).await.unwrap();
227 fs::create_dir(&dst).await.unwrap();
228
229 (src, dst)
230}

Callers 4

copy_allFunction · 0.85
copy_rangesFunction · 0.85
copy_invalid_rangeFunction · 0.85
trim_garbageFunction · 0.85

Calls 2

joinMethod · 0.80
unwrapMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…