Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/emwalker/digraph
/ actor
Function
actor
backend/tests/git/mod.rs:22–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
fn actor() -> Arc<Viewer> {
23
let repos = RepoIds::from(&vec![RepoId::wiki(), RepoId::other()]);
24
viewer(&repos)
25
}
26
27
fn valid_url() -> RepoUrl {
28
RepoUrl::parse(
"https://www.google.com"
).unwrap()
Callers
15
link_deleted
Function · 0.85
activity_log_updated
Function · 0.85
topics_updated
Function · 0.85
blank
Method · 0.85
find_topic
Method · 0.85
upsert_link
Method · 0.85
upsert_topic
Method · 0.85
update_simple_fixtures
Function · 0.85
topic_deleted
Function · 0.85
parent_topics_updated
Function · 0.85
children_added_to_parents
Function · 0.85
cannot_delete_root_topic
Function · 0.85
Calls
1
viewer
Function · 0.70
Tested by
no test coverage detected