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

Class ActivityIndexMap

backend/src/git/index.rs:423–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421#[derive(Default, Deserialize, Serialize)]
422#[serde(rename_all = "camelCase", tag = "kind")]
423pub struct ActivityIndexMap {
424 pub api_version: String,
425 pub changes: BTreeSet<ChangeReference>,
426}
427
428impl ActivityIndexMap {
429 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected