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

Method WriteString

expfmt/text_create.go:35–35  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

33 io.Writer
34 WriteRune(r rune) (n int, err error)
35 WriteString(s string) (n int, err error)
36 WriteByte(c byte) error
37}
38

Callers 11

EscapeNameFunction · 0.80
StringMethod · 0.80
MetricFamilyToTextFunction · 0.80
writeNameAndLabelPairsFunction · 0.80
writeEscapedStringFunction · 0.80
writeFloatFunction · 0.80
writeNameFunction · 0.80
writeExemplarFunction · 0.80
writeOpenMetricsFloatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected