Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ display_synonyms
Method
display_synonyms
backend/src/git/ext.rs:393–395 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
391
}
392
393
pub fn display_synonyms(&self) -> &[Synonym] {
394
self.display_topic.synonyms()
395
}
396
397
pub fn parent_topic_ids(&self) -> Vec<ExternalId> {
398
self.repo_topics
Callers
nothing calls this directly
Calls
1
synonyms
Method · 0.45
Tested by
no test coverage detected