Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
21
type
Finder
interface
{
22
Find(fsys afero.Fs) ([]string, error)
23
}
24
25
// Finders combines multiple finders into one.
Callers
3
findConfigFileWithFinder
Method · 0.65
Find
Method · 0.65
TestFinders
Function · 0.65
Implementers
2
combinedFinder
finder.go
finderStub
finder_test.go
Calls
no outgoing calls
Tested by
1
TestFinders
Function · 0.52