Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
656
func
(p *Package) IsRunX() bool {
657
return
pkgtype.IsRunX(p.Raw)
658
}
659
660
func
(p *Package) IsNix() bool {
661
return
IsNix(p, 0)
Callers
8
normalizePackageAttributePath
Method · 0.95
DocsURL
Method · 0.95
GetOutputNames
Method · 0.95
ValidateExists
Method · 0.95
IsNix
Function · 0.80
IsRunX
Function · 0.80
FixMissingStorePaths
Method · 0.80
RunXPaths
Method · 0.80
Calls
1
IsRunX
Function · 0.92
Tested by
no test coverage detected