MCPcopy Create free account
hub / github.com/emwalker/digraph / synonyms

Method synonyms

backend/src/graphql/topic.rs:44–46  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

42#[Object]
43impl LiveSearchTopicsPayload {
44 async fn synonyms(&self) -> Vec<SynonymEntry<'_>> {
45 self.0.synonyms.iter().map(SynonymEntry::from).collect()
46 }
47}
48
49#[derive(Union)]

Callers 1

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected