()
| 624 | } |
| 625 | |
| 626 | func (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 |
no outgoing calls
no test coverage detected