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

Method WriteByte

expfmt/text_create.go:36–36  ·  view source on GitHub ↗
(c byte)

Source from the content-addressed store, hash-verified

34 WriteRune(r rune) (n int, err error)
35 WriteString(s string) (n int, err error)
36 WriteByte(c byte) error
37}
38
39const (

Callers 15

UnescapeNameFunction · 0.80
StringMethod · 0.80
readTokenUntilNewlineMethod · 0.80
readTokenAsMetricNameMethod · 0.80
readTokenAsLabelNameMethod · 0.80
readTokenAsLabelValueMethod · 0.80
MetricFamilyToTextFunction · 0.80
writeSampleFunction · 0.80
writeNameAndLabelPairsFunction · 0.80
writeFloatFunction · 0.80
writeNameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected