MCPcopy Index your code
hub / github.com/getsops/sops / Stat

Method Stat

config/config.go:27–27  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

25
26type fileSystem interface {
27 Stat(name string) (os.FileInfo, error)
28}
29
30type osFS struct {

Callers 5

getGoogleCredentialsFunction · 0.65
mainFunction · 0.65
UpdateKeysFunction · 0.65
LookupConfigFileFunction · 0.65
loadAgeSSHIdentitiesMethod · 0.65

Implementers 2

mockFSconfig/config_test.go
osFSconfig/config.go

Calls

no outgoing calls

Tested by

no test coverage detected