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

Method synonyms

backend/src/git/types.rs:291–296  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

289 }
290
291 pub fn synonyms(&self) -> &[Synonym] {
292 match &self.details {
293 Some(details) => &details.synonyms,
294 None => &[],
295 }
296 }
297
298 fn timerange(&self) -> &Option<Timerange> {
299 match &self.details {

Callers 2

nameMethod · 0.45
prefixed_synonymsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected