Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/emwalker/digraph
/ activity.rs
File
activity.rs
backend/src/git/activity.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use itertools::Itertools;
2
use serde::{Deserialize, Serialize};
3
use std::collections::{BTreeMap, BTreeSet, HashSet};
4
use std::sync::Arc;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected