Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ loading
Method
loading
backend/src/graphql/topic.rs:288–290 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
286
}
287
288
async fn loading(&self) -> bool {
289
false
290
}
291
292
async fn id(&self) -> &str {
293
self.0.key.0.as_str()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected