Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ loading
Method
loading
backend/src/graphql/link.rs:155–157 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
153
}
154
155
async fn loading(&self) -> bool {
156
false
157
}
158
159
async fn id(&self) -> String {
160
self.0.key.0.to_string()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected