Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ url_params
Function
url_params
backend/src/http/repo_url.rs:195–198 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
193
194
#[test]
195
fn url_params() {
196
let url = parse(
"https://www.reuters.com/some-title?utm_source=reddit.com"
);
197
assert_eq!(url.normalized,
"https://www.reuters.com/some-title"
);
198
}
199
200
#[test]
201
fn ends_with() {
Callers
nothing calls this directly
Calls
1
parse
Function · 0.85
Tested by
no test coverage detected