MCPcopy
hub / github.com/spf13/viper / combinedFinder

Struct combinedFinder

finder.go:31–33  ·  view source on GitHub ↗

combinedFinder is a Finder that combines multiple finders.

Source from the content-addressed store, hash-verified

29
30// combinedFinder is a Finder that combines multiple finders.
31type combinedFinder struct {
32 finders []Finder
33}
34
35// Find implements the [Finder] interface.
36func (c *combinedFinder) Find(fsys afero.Fs) ([]string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected