Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/prometheus/common
/ Fetch
Method
Fetch
config/http_config.go:827–829 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
825
}
826
827
func
(s *refSecret) Fetch(ctx context.Context) (string, error) {
828
return
s.manager.Fetch(ctx, s.ref)
829
}
830
831
func
(s *refSecret) Description() string {
832
return
"ref "
+ s.ref
Callers
nothing calls this directly
Calls
1
Fetch
Method · 0.65
Tested by
no test coverage detected