MCPcopy
hub / github.com/grafana/tempo / String

Method String

cmd/tempo-vulture/main.go:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94func newTimeVar(t *time.Time) *timeVar { return &timeVar{t: t} }
95
96func (v timeVar) String() string {
97 return v.t.Format(time.RFC3339)
98}
99
100func (v timeVar) Set(s string) error {
101 if s == "" {

Callers 15

RunValidationModeFunction · 0.45
RunValidationMethod · 0.45
validateTraceSearchMethod · 0.45
logTraceAttributesMethod · 0.45
mainFunction · 0.45
getGRPCEndpointFunction · 0.45
doWriteFunction · 0.45
queueFutureBatchesFunction · 0.45
runCheckerFunction · 0.45
searchTagFunction · 0.45
searchTraceqlFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected