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

Method IsRunX

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

Source from the content-addressed store, hash-verified

654}
655
656func (p *Package) IsRunX() bool {
657 return pkgtype.IsRunX(p.Raw)
658}
659
660func (p *Package) IsNix() bool {
661 return IsNix(p, 0)

Callers 8

DocsURLMethod · 0.95
GetOutputNamesMethod · 0.95
ValidateExistsMethod · 0.95
IsNixFunction · 0.80
IsRunXFunction · 0.80
FixMissingStorePathsMethod · 0.80
RunXPathsMethod · 0.80

Calls 1

IsRunXFunction · 0.92

Tested by

no test coverage detected