Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ display_synonyms
Method
display_synonyms
backend/src/graphql/topic.rs:279–286 ·
view source on GitHub ↗
(&'s self)
Source
from the content-addressed store, hash-verified
277
}
278
279
async fn display_synonyms<
's>(&'
s self) -> Result<Vec<Synonym<'s>>> {
280
Ok(self
281
.0
282
.display_synonyms()
283
.iter()
284
.map(Synonym::from)
285
.collect())
286
}
287
288
async fn loading(&self) -> bool {
289
false
Callers
nothing calls this directly
Calls
1
iter
Method · 0.45
Tested by
no test coverage detected