Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
682
func
IsNix(p *Package, _ int) bool {
683
return
!p.IsRunX()
684
}
685
686
func
IsRunX(p *Package, _ int) bool {
687
return
p.IsRunX()
Callers
1
IsNix
Method · 0.85
Calls
1
IsRunX
Method · 0.80
Tested by
no test coverage detected