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

Function fullyPopulatedTestTrace

tempodb/encoding/vparquet3/block_traceql_test.go:861–863  ·  view source on GitHub ↗
(id common.ID)

Source from the content-addressed store, hash-verified

859}
860
861func fullyPopulatedTestTrace(id common.ID) *Trace {
862 return fullyPopulatedTestTraceWithOption(id, false)
863}
864
865func fullyPopulatedTestTraceWithOption(id common.ID, parentIDTest bool) *Trace {
866 parentID := []byte{}

Callers 8

TestFetchTagValuesFunction · 0.70
TestFieldsAreClearedFunction · 0.70
TestOneFunction · 0.70

Calls 1

Tested by

no test coverage detected