Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ default
Method
default
backend/src/git/activity.rs:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
41
impl Default for SynonymList {
42
fn default() -> Self {
43
Self::new()
44
}
45
}
46
47
impl SynonymList {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected