Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Da1sypetals/SnapViewer
/ AllocationDatabase
Class
AllocationDatabase
src/database/sqlite.rs:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
#[derive(Debug)]
9
pub struct AllocationDatabase {
10
pub conn: Connection,
11
}
12
13
impl AllocationDatabase {
14
pub fn from_dir(dir: &Path) -> anyhow::Result<Self> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected