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

Function display

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

Source from the content-addressed store, hash-verified

602
603 #[test]
604 fn display() {
605 let id = RepoId::wiki();
606 assert_eq!(
607 format!("{id}"),
608 "32212616-fc1b-11e8-8eda-b70af6d8d09f".to_owned()
609 );
610 }
611
612 #[test]
613 fn validation() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected