Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HairlessVillager/minecommit
/ fs.rs
File
fs.rs
minecommit/src/odb/fs.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use std::fs;
2
use std::path::{Component, Path, PathBuf};
3
4
use anyhow::{Context, Result};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected