Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ RunXClient
Function
RunXClient
internal/devpkg/pkgtype/runx.go:26–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
func
RunXClient() *runx.RunX {
27
return
&runx.RunX{
28
GithubAPIToken: getGithubToken(),
29
}
30
}
31
32
func
RunXRegistry(ctx context.Context) (*registry.Registry, error) {
33
if
cachedRegistry == nil {
Callers
2
InstallRunXPackages
Method · 0.92
RunXPaths
Method · 0.92
Calls
1
getGithubToken
Function · 0.85
Tested by
no test coverage detected