MCPcopy 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
26func RunXClient() *runx.RunX {
27 return &runx.RunX{
28 GithubAPIToken: getGithubToken(),
29 }
30}
31
32func RunXRegistry(ctx context.Context) (*registry.Registry, error) {
33 if cachedRegistry == nil {

Callers 2

InstallRunXPackagesMethod · 0.92
RunXPathsMethod · 0.92

Calls 1

getGithubTokenFunction · 0.85

Tested by

no test coverage detected