MCPcopy Create free account
hub / github.com/algolia/cli / applicationInAccount

Function applicationInAccount

pkg/cmd/open/open.go:340–347  ·  view source on GitHub ↗
(apps []dashboard.Application, appID string)

Source from the content-addressed store, hash-verified

338}
339
340func applicationInAccount(apps []dashboard.Application, appID string) bool {
341 for _, app := range apps {
342 if app.ID == appID {
343 return true
344 }
345 }
346 return false
347}
348
349func (opts *OpenOptions) fetchAccountApplications(
350 client *dashboard.Client,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected