MCPcopy 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
22fn actor() -> Arc<Viewer> {
23 let repos = RepoIds::from(&vec![RepoId::wiki(), RepoId::other()]);
24 viewer(&repos)
25}
26
27fn valid_url() -> RepoUrl {
28 RepoUrl::parse("https://www.google.com").unwrap()

Callers 15

link_deletedFunction · 0.85
activity_log_updatedFunction · 0.85
topics_updatedFunction · 0.85
blankMethod · 0.85
find_topicMethod · 0.85
upsert_linkMethod · 0.85
upsert_topicMethod · 0.85
update_simple_fixturesFunction · 0.85
topic_deletedFunction · 0.85
parent_topics_updatedFunction · 0.85
cannot_delete_root_topicFunction · 0.85

Calls 1

viewerFunction · 0.70

Tested by

no test coverage detected