MCPcopy Create free account
hub / github.com/AIScientists-Dev/Flowtrace / signature

Function signature

crates/flowtrace-cli/src/git.rs:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97}
98
99fn signature() -> Result<Signature<'static>> {
100 Signature::now(AUTHOR_NAME, AUTHOR_EMAIL).context("building git signature")
101}
102
103/// `git init` in `root`. Idempotent — re-init on an existing repo is a no-op.
104pub fn init(root: &Path) -> Result<()> {

Callers 1

commit_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…