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

Function hacker_news_article

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

Source from the content-addressed store, hash-verified

223
224 #[test]
225 fn hacker_news_article() {
226 // The id parameter is preserved
227 let url = parse("https://news.ycombinator.com/item?id=18504300");
228 assert_eq!(
229 url.normalized,
230 "https://news.ycombinator.com/item?id=18504300"
231 );
232 }
233
234 #[test]
235 fn youtube_video() {

Callers

nothing calls this directly

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected