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

Function fullyPopulatedTestTrace

tempodb/encoding/vparquet4/block_traceql_test.go:1005–1007  ·  view source on GitHub ↗
(id common.ID)

Source from the content-addressed store, hash-verified

1003}
1004
1005func fullyPopulatedTestTrace(id common.ID) *Trace {
1006 return fullyPopulatedTestTraceWithOption(id, false)
1007}
1008
1009func fullyPopulatedTestTraceWithOption(id common.ID, parentIDTest bool) *Trace {
1010 linkTraceID, _ := util.HexStringToTraceID("1234567890abcdef1234567890abcdef")

Calls 1

Tested by

no test coverage detected