Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
43
impl 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
viewer_can_delete_synonyms
Method · 0.45
Calls
1
iter
Method · 0.45
Tested by
no test coverage detected