MCPcopy
hub / github.com/prometheus/prometheus / String

Struct String

promql/value.go:38–41  ·  view source on GitHub ↗

String represents a string value.

Source from the content-addressed store, hash-verified

36
37// String represents a string value.
38type String struct {
39 T int64
40 V string
41}
42
43func (s String) String() string {
44 return s.V

Callers 4

escapeHTMLFunction · 0.85
setupTests.tsFile · 0.85
escapeHTMLFunction · 0.85
ruleTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected