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

Function cspan_video

backend/src/http/repo_url.rs:414–420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

412
413 #[test]
414 fn cspan_video() {
415 let url = parse("https://www.c-span.org/video/?c5004713/user-clip-mcgahn-quotes");
416 assert_eq!(
417 url.normalized,
418 "https://www.c-span.org/video/?c5004713%2Fuser-clip-mcgahn-quotes="
419 );
420 }
421}

Callers

nothing calls this directly

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected