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

Function test_revise_parse_reference

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

with_referenceMethod · 0.80

Tested by

no test coverage detected