MCPcopy
hub / github.com/grafana/dskit / newFileProvider

Function newFileProvider

runtimeconfig/provider.go:31–33  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

29}
30
31func newFileProvider(path string) *fileProvider {
32 return &fileProvider{path: path}
33}
34
35func (f *fileProvider) Name() string { return f.path }
36

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected