Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ name
Method
name
backend/src/graphql/topic.rs:16–18 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
14
#[Object]
15
impl<
's> Synonym<'
s> {
16
async fn name(&self) -> &str {
17
&self.0.name
18
}
19
20
async fn locale(&self) -> String {
21
self.0.locale.to_string()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected