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

Method Find

finder.go:22–22  ·  view source on GitHub ↗
(fsys afero.Fs)

Source from the content-addressed store, hash-verified

20// Finder looks for files and directories in an [afero.Fs] filesystem.
21type Finder interface {
22 Find(fsys afero.Fs) ([]string, error)
23}
24
25// Finders combines multiple finders into one.

Callers 3

FindMethod · 0.65
TestFindersFunction · 0.65

Implementers 2

finderStubfinder_test.go

Calls

no outgoing calls

Tested by 1

TestFindersFunction · 0.52