Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ references
Method
references
backend/src/git/index.rs:469–471 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
467
}
468
469
pub fn references(&self) -> &BTreeSet<ChangeReference> {
470
&self.index.changes
471
}
472
}
473
474
impl Index for ActivityIndex {
Callers
1
fetch_activity
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected