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

Function valid_path_specs

backend/src/git/search.rs:524–528  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

522
523 #[test]
524 fn valid_path_specs() {
525 assert!(SearchTopicSpec::valid_path_spec(
526 "in:e76a690f-2eb2-45a0-9cbc-5e7d76f92851"
527 ));
528 }
529
530 #[test]
531 fn invalid_path_specs() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected