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

Function newCondition

pkg/traceql/engine_test.go:460–466  ·  view source on GitHub ↗
(attr Attribute, op Operator, operands ...Static)

Source from the content-addressed store, hash-verified

458func (m *MockSpanSetIterator) Close() {}
459
460func newCondition(attr Attribute, op Operator, operands ...Static) Condition {
461 return Condition{
462 Attribute: attr,
463 Op: op,
464 Operands: operands,
465 }
466}
467
468func TestUnixSecToNano(t *testing.T) {
469 now := time.Now()

Calls

no outgoing calls

Tested by

no test coverage detected