MCPcopy Create free account
hub / github.com/dtormoen/tsk-tsk / create_temp_repo

Function create_temp_repo

src/git_sync.rs:115–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 use tokio::time::sleep;
114
115 fn create_temp_repo() -> TestGitRepository {
116 let repo = TestGitRepository::new().unwrap();
117 repo.init().unwrap();
118 repo
119 }
120
121 #[tokio::test]
122 async fn test_git_sync_manager_prevents_concurrent_access() {

Calls 1

initMethod · 0.80