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

Function fullyPopulatedTestTrace

tempodb/encoding/vparquet5/block_traceql_test.go:1041–1043  ·  view source on GitHub ↗
(id common.ID)

Source from the content-addressed store, hash-verified

1039}
1040
1041func fullyPopulatedTestTrace(id common.ID) *Trace {
1042 return fullyPopulatedTestTraceWithOption(id, false)
1043}
1044
1045func fullyPopulatedTestTraceWithOption(id common.ID, parentIDTest bool) *Trace {
1046 linkTraceID, _ := util.HexStringToTraceID("1234567890abcdef1234567890abcdef")

Calls 1

Tested by

no test coverage detected