MCPcopy Index your code
hub / github.com/emwalker/digraph / get

Method get

backend/src/git/activity.rs:14–16  ·  view source on GitHub ↗
(&self, locale: &Locale)

Source from the content-addressed store, hash-verified

12
13impl SynonymList {
14 pub fn get(&self, locale: &Locale) -> Option<&String> {
15 self.0.get(locale)
16 }
17}
18
19impl From<&Vec<Synonym>> for SynonymList {

Callers 15

insertEdgeFunction · 0.45
makeUpdaterFunction · 0.45
index.tsxFile · 0.45
registerEndpointsFnFunction · 0.45
partsMethod · 0.45
link_detailsMethod · 0.45
topic_detailsMethod · 0.45
callMethod · 0.45
nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected