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

Function gitlab_https_eligible

crates/binpm/src/assets.rs:499–501  ·  view source on GitHub ↗
(asset: &ReleaseAsset)

Source from the content-addressed store, hash-verified

497}
498
499pub(crate) fn gitlab_https_eligible(asset: &ReleaseAsset) -> bool {
500 gitlab_https_rejection_reason(asset).is_none()
501}
502
503pub(crate) fn gitlab_https_rejection_reason(asset: &ReleaseAsset) -> Option<String> {
504 if !is_https_url(&asset.url) {

Callers 1

select_manifest_assetFunction · 0.85

Calls 1

Tested by

no test coverage detected