MCPcopy
hub / github.com/kashav/fsql / Excluder

Interface Excluder

query/excluder.go:10–12  ·  view source on GitHub ↗

Excluder allows us to support different methods of excluding in the future.

Source from the content-addressed store, hash-verified

8
9// Excluder allows us to support different methods of excluding in the future.
10type Excluder interface {
11 shouldExclude(path string) bool
12}
13
14// regexpExclude uses regular expressions to tell if a file/path should be
15// excluded.

Callers 1

walkFuncMethod · 0.65

Implementers 1

regexpExcludequery/excluder.go

Calls

no outgoing calls

Tested by

no test coverage detected