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

Method id

backend/src/graphql/link.rs:159–161  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

157 }
158
159 async fn id(&self) -> String {
160 self.0.key.0.to_string()
161 }
162
163 // Used by the JS client to highlight a link that was just added
164 async fn newly_added(&self) -> bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected