MCPcopy Index your code
hub / github.com/jetify-com/devbox / Client

Function Client

internal/searcher/client.go:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func Client() *client {
30 return &client{
31 host: envir.GetValueOrDefault(envir.DevboxSearchHost, searchAPIEndpoint),
32 }
33}
34
35func (c *client) Search(ctx context.Context, query string) (*SearchResults, error) {
36 if query == "" {

Callers 6

phpExtensionsMethod · 0.92
determineBestVersionFunction · 0.92
searchCmdFunction · 0.92
FetchResolvedPackageMethod · 0.92
resolveV2Function · 0.92
InfoMethod · 0.92

Calls 1

GetValueOrDefaultFunction · 0.92

Tested by

no test coverage detected