Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
func
newFileProvider(path string) *fileProvider {
32
return
&fileProvider{path: path}
33
}
34
35
func
(f *fileProvider) Name() string {
return
f.path }
36
Callers
1
New
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected