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

Class CommitInfo

crates/flowtrace-cli/src/git.rs:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50#[derive(Debug, Clone, serde::Serialize)]
51pub struct CommitInfo {
52 pub sha: String,
53 pub at: DateTime<Utc>,
54 pub message: String,
55}
56
57const AUTHOR_NAME: &str = "trace";
58const AUTHOR_EMAIL: &str = "trace@local";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…