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

Function test_revise_parse_reference

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

with_referenceMethod · 0.80

Tested by

no test coverage detected