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

Method Close

expfmt/encode.go:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (ec encoderCloser) Close() error {
55 return ec.close()
56}
57
58// Negotiate returns the Content-Type based on the given Accept header. If no
59// appropriate accepted type is found, FmtText is returned (which is the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected