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

Function test_info

atomic-cli/src/commands/git/parallel.rs:4174–4182  ·  view source on GitHub ↗
(message: &str, is_merge: bool)

Source from the content-addressed store, hash-verified

4172 // ═══════════════════════════════════════════════════════════════════
4173
4174 fn test_info(message: &str, is_merge: bool) -> ImportedCommitInfo {
4175 ImportedCommitInfo {
4176 git_sha: "aabbccdd11223344".to_string(),
4177 short_sha: "aabbccdd".to_string(),
4178 atomic_hash: ContentHash::ZERO,
4179 is_merge,
4180 message: message.to_string(),
4181 }
4182 }
4183
4184 #[test]
4185 fn test_classify_normal_commit() {

Calls

no outgoing calls

Tested by

no test coverage detected