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

Method String

model/value_type.go:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22type Value interface {
23 Type() ValueType
24 String() string
25}
26
27func (Matrix) Type() ValueType { return ValMatrix }

Callers 15

TestDefaultConfigFunction · 0.65
TestDurationValuesFunction · 0.65
TestDynamicLevelsFunction · 0.65
TestReservedKeysFunction · 0.65
defaultReplaceAttrFunction · 0.65
StringMethod · 0.65
StringMethod · 0.65
StringMethod · 0.65
SetMethod · 0.65

Implementers 2

Scalarmodel/value.go
Stringmodel/value.go

Calls

no outgoing calls

Tested by 15

TestDefaultConfigFunction · 0.52
TestDurationValuesFunction · 0.52
TestDynamicLevelsFunction · 0.52
TestReservedKeysFunction · 0.52
TestLabelSet_StringFunction · 0.52
TestParseDurationFunction · 0.52
TestVectorSortFunction · 0.52