MCPcopy Index your code
hub / github.com/jetify-com/devbox / HasAllowInsecure

Method HasAllowInsecure

internal/devpkg/package.go:626–628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

624}
625
626func (p *Package) HasAllowInsecure() bool {
627 return len(p.AllowInsecure) > 0
628}
629
630// StoreName returns the last section of the store path. Example:
631// /nix/store/abc123-foo-1.0.0 -> foo-1.0.0

Callers 3

GetStorePathsMethod · 0.95
FixMissingStorePathsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected