MCPcopy 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)]
11pub struct SynonymList(pub BTreeMap<Locale, String>);
12
13impl SynonymList {
14 pub fn get(&self, locale: &Locale) -> Option<&String> {

Callers 4

fromMethod · 0.70
added_and_removedFunction · 0.70
removedFunction · 0.70
pathsFunction · 0.70

Calls

no outgoing calls

Tested by 3

added_and_removedFunction · 0.56
removedFunction · 0.56
pathsFunction · 0.56