Sha256: 4f6cafa0489214468234cf30548637fb4003c46ec85a260a6c5016431f3dd2b0
Contents?: true
Size: 231 Bytes
Versions: 6
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true module Datadog module CI module TestVisibility class NullTransport def initialize end def send_traces(traces) [] end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems