MCPcopy Create free account
hub / github.com/auth0/auth0-cli / hasDep

Function hasDep

internal/cli/quickstart_detect.go:444–446  ·  view source on GitHub ↗
(deps map[string]bool, name string)

Source from the content-addressed store, hash-verified

442}
443
444func hasDep(deps map[string]bool, name string) bool {
445 return deps[name]
446}
447
448func findCsprojContent(dir string) (string, bool) {
449 entries, err := os.ReadDir(dir)

Callers 2

DetectProjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected