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

Function test_revise_with_reference

atomic-cli/src/commands/revise.rs:915–918  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

913
914 #[test]
915 fn test_revise_with_reference() {
916 let revise = Revise::new().with_reference("@~1");
917 assert_eq!(revise.reference, "@~1");
918 }
919
920 #[test]
921 fn test_revise_with_message() {

Callers

nothing calls this directly

Calls 1

with_referenceMethod · 0.80

Tested by

no test coverage detected