Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ IsRunX
Function
IsRunX
internal/devpkg/pkgtype/runx.go:22–24 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
20
var
cachedRegistry *registry.Registry
21
22
func
IsRunX(s string) bool {
23
return
strings.HasPrefix(s, RunXPrefix)
24
}
25
26
func
RunXClient() *runx.RunX {
27
return
&runx.RunX{
Callers
4
IsRunX
Method · 0.92
Resolve
Method · 0.92
FetchResolvedPackage
Method · 0.92
IsFlake
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected