Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/delinoio/oss
/ is_https_url
Function
is_https_url
crates/binpm/src/release.rs:1079–1081 ·
view source on GitHub ↗
(url: &str)
Source
from the content-addressed store, hash-verified
1077
}
1078
1079
fn is_https_url(url: &str) -> bool {
1080
url.to_ascii_lowercase().starts_with(
"https://"
)
1081
}
1082
1083
#[cfg(test)]
1084
mod tests {
Callers
2
verify_gitlab_asset_redirects
Function · 0.70
resolve_gitlab_asset_redirect_url
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected