()
| 673 | } |
| 674 | |
| 675 | func (p *Package) LockfileKey() string { |
| 676 | // Use p.Raw instead of p.installable.Ref.String() because that will have |
| 677 | // absolute paths. TODO: We may want to change SetInstallable to avoid making |
| 678 | // flake ref absolute. |
| 679 | return p.Raw |
| 680 | } |
| 681 | |
| 682 | func IsNix(p *Package, _ int) bool { |
| 683 | return !p.IsRunX() |
no outgoing calls
no test coverage detected