MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / shouldSkipDir

Function shouldSkipDir

internal/metadata/discover.go:182–188  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

180}
181
182func shouldSkipDir(name string) bool {
183 switch name {
184 case ".git", "node_modules", ".github", "backups", "dist", "build", "vendor":
185 return true
186 }
187 return false
188}
189
190func isDocFile(base string) bool {
191 lower := strings.ToLower(strings.TrimSuffix(base, filepath.Ext(base)))

Callers 1

DiscoverResourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected