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

Method new

backend/src/git/ext.rs:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17impl Map {
18 pub fn new() -> Self {
19 Self::default()
20 }
21
22 pub fn insert(&mut self, repo_id: RepoId, repo_obj: RepoObject) {
23 self.0.insert(repo_id, repo_obj);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected