MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_infer_repo_name_reexported

Function test_infer_repo_name_reexported

atomic-cli/src/commands/clone/mod.rs:204–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202 /// Verify that infer_repo_name helper is properly re-exported.
203 #[test]
204 fn test_infer_repo_name_reexported() {
205 let name = infer_repo_name("https://example.com/org/project/code");
206 assert!(name.is_some());
207 }
208
209 /// Verify that CleanupGuard is properly re-exported.
210 #[test]

Callers

nothing calls this directly

Calls 1

infer_repo_nameFunction · 0.70

Tested by

no test coverage detected