MCPcopy Create free account
hub / github.com/carsonpo/haystackdb / CommitService

Class CommitService

src/services/commit.rs:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10use std::path::PathBuf;
11
12pub struct CommitService {
13 pub state: NamespaceState,
14}
15
16impl CommitService {
17 pub fn new(path: PathBuf, namespace_id: String) -> io::Result<Self> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected