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

Function test_revise_with_reference

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

with_referenceMethod · 0.80

Tested by

no test coverage detected