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

Class LockService

src/services/lock_service.rs:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4use std::path::PathBuf;
5
6pub struct LockService {
7 path: PathBuf,
8}
9
10impl LockService {
11 pub fn new(path: PathBuf) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected