MCPcopy Create free account
hub / github.com/emwalker/digraph / ChangeReference

Class ChangeReference

backend/src/git/index.rs:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387#[derive(Clone, Deserialize, Eq, PartialEq, Serialize)]
388pub struct ChangeReference {
389 pub id: ExternalId,
390 pub date: Timestamp,
391}
392
393impl std::fmt::Display for ChangeReference {
394 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected