MCPcopy Create free account
hub / github.com/prometheus/common / Read

Method Read

expfmt/text_parse_test.go:703–705  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

701}
702
703func (r *errReader) Read(p []byte) (int, error) {
704 return 0, r.err
705}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected