Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
use std::path::PathBuf;
5
6
pub struct LockService {
7
path: PathBuf,
8
}
9
10
impl LockService {
11
pub fn new(path: PathBuf) -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected