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

Function test_revise_with_reference

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

with_referenceMethod · 0.80

Tested by

no test coverage detected