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

Method GetID

modules/backendscheduler/work/job.go:71–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71func (j *Job) GetID() string {
72 j.mtx.Lock()
73 defer j.mtx.Unlock()
74 return j.ID
75}
76
77func (j *Job) GetStatus() tempopb.JobStatus {
78 j.mtx.Lock()

Callers 3

TestStatusFunction · 0.95
NextMethod · 0.80
StatusHandlerMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestStatusFunction · 0.76