MCPcopy Create free account
hub / github.com/emwalker/digraph / equality

Function equality

backend/src/types.rs:590–595  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

588
589 #[test]
590 fn equality() {
591 assert_eq!(
592 RepoId::wiki(),
593 RepoId::try_from("32212616-fc1b-11e8-8eda-b70af6d8d09f").unwrap()
594 );
595 }
596
597 #[test]
598 fn relative_path() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected