Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ avoid_requests
Function
avoid_requests
backend/src/http/repo_url.rs:219–222 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
217
218
#[test]
219
fn avoid_requests() {
220
let url = parse(
"https://www.miamiherald.com/news/local/environment/climate-change/article303949086.html"
);
221
assert!(url.avoid_requests());
222
}
223
224
#[test]
225
fn hacker_news_article() {
Callers
nothing calls this directly
Calls
1
parse
Function · 0.85
Tested by
no test coverage detected