MCPcopy Index your code
hub / github.com/emwalker/digraph / update_topic

Function update_topic

backend/tests/git/topic.rs:722–725  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

720
721 #[test]
722 fn update_topic() {
723 let repo_id = RepoId::wiki();
724 assert_update_works(repo_id, repo_id, &["00001", "00002"]);
725 }
726
727 #[test]
728 fn create_a_reference_in_a_private_repo() {

Callers

nothing calls this directly

Calls 1

assert_update_worksFunction · 0.85

Tested by

no test coverage detected