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

Method new

backend/src/git/activity.rs:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47impl SynonymList {
48 pub fn new() -> Self {
49 Self(BTreeMap::new())
50 }
51
52 pub fn markdown(&self) -> String {
53 fn quote(name: &String) -> String {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected