MCPcopy 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
1079fn is_https_url(url: &str) -> bool {
1080 url.to_ascii_lowercase().starts_with("https://")
1081}
1082
1083#[cfg(test)]
1084mod tests {

Calls

no outgoing calls

Tested by

no test coverage detected