MCPcopy Create free account
hub / github.com/delinoio/oss / is_https_url

Function is_https_url

crates/binpm/src/assets.rs:574–576  ·  view source on GitHub ↗
(url: &str)

Source from the content-addressed store, hash-verified

572}
573
574fn is_https_url(url: &str) -> bool {
575 url.to_ascii_lowercase().starts_with("https://")
576}
577
578fn target_score(target: &HostTarget, signal: &TargetSignal) -> Option<i32> {
579 let os = signal.os?;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected