Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ gmail_link
Function
gmail_link
backend/src/http/repo_url.rs:272–275 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
270
271
#[test]
272
fn gmail_link() {
273
let url = parse(
"https://mail.google.com/mail/u/0/#inbox"
);
274
assert_eq!(url.normalized,
"https://mail.google.com/mail/u/0/#inbox"
);
275
}
276
277
#[test]
278
fn urban_dictionary() {
Callers
nothing calls this directly
Calls
1
parse
Function · 0.85
Tested by
no test coverage detected