MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / array_dir

Function array_dir

nodedb/src/engine/array/engine.rs:207–209  ·  view source on GitHub ↗
(root: &std::path::Path, id: &ArrayId)

Source from the content-addressed store, hash-verified

205}
206
207pub(super) fn array_dir(root: &std::path::Path, id: &ArrayId) -> PathBuf {
208 root.join(format!("t{}-{}", id.tenant_id.as_u64(), id.name))
209}
210
211#[cfg(test)]
212mod tests {

Callers 2

open_arrayMethod · 0.85
drop_arrayMethod · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected