MCPcopy 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

20var cachedRegistry *registry.Registry
21
22func IsRunX(s string) bool {
23 return strings.HasPrefix(s, RunXPrefix)
24}
25
26func RunXClient() *runx.RunX {
27 return &runx.RunX{

Callers 4

IsRunXMethod · 0.92
ResolveMethod · 0.92
FetchResolvedPackageMethod · 0.92
IsFlakeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected