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

Function IsNix

internal/devpkg/package.go:682–684  ·  view source on GitHub ↗
(p *Package, _ int)

Source from the content-addressed store, hash-verified

680}
681
682func IsNix(p *Package, _ int) bool {
683 return !p.IsRunX()
684}
685
686func IsRunX(p *Package, _ int) bool {
687 return p.IsRunX()

Callers 1

IsNixMethod · 0.85

Calls 1

IsRunXMethod · 0.80

Tested by

no test coverage detected