MCPcopy Create free account
hub / github.com/HairlessVillager/minecommit / git.rs

File git.rs

minecommit/src/odb/git.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use std::collections::HashMap;
2use std::path::PathBuf;
3
4use anyhow::{Context, Result};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected