Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ ActivityIndex
Class
ActivityIndex
backend/src/git/index.rs:437–440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
}
436
437
pub struct ActivityIndex {
438
filename: PathBuf,
439
index: ActivityIndexMap,
440
}
441
442
impl ActivityIndex {
443
pub fn new(filename: &PathBuf) -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected