Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/emwalker/digraph
/ SynonymList
Class
SynonymList
backend/src/git/activity.rs:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
#[derive(Clone, Debug, Deserialize, Serialize, Eq, PartialEq)]
11
pub struct SynonymList(pub BTreeMap<Locale, String>);
12
13
impl SynonymList {
14
pub fn get(&self, locale: &Locale) -> Option<&String> {
Callers
4
from
Method · 0.70
added_and_removed
Function · 0.70
removed
Function · 0.70
paths
Function · 0.70
Calls
no outgoing calls
Tested by
3
added_and_removed
Function · 0.56
removed
Function · 0.56
paths
Function · 0.56