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

Function test_revise_parse_reference

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

Source from the content-addressed store, hash-verified

958
959 #[test]
960 fn test_revise_parse_reference() {
961 let revise = Revise::new().with_reference("@~3");
962 assert_eq!(revise.parse_reference(), ChangeRef::Relative(3));
963 }
964
965 // Author Parsing Tests
966

Callers

nothing calls this directly

Calls 1

with_referenceMethod · 0.80

Tested by

no test coverage detected