MCPcopy 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
827func (s *refSecret) Fetch(ctx context.Context) (string, error) {
828 return s.manager.Fetch(ctx, s.ref)
829}
830
831func (s *refSecret) Description() string {
832 return "ref " + s.ref

Callers

nothing calls this directly

Calls 1

FetchMethod · 0.65

Tested by

no test coverage detected