Sha256: 093138c32e6d615a8e6861b5fa6d9a16d625b4a336c35a99a7bb3d53495cc23f
Contents?: true
Size: 389 Bytes
Versions: 7
Compression:
Stored size: 389 Bytes
Contents
module Datadog module CI module TestVisibility module Flush module Tagging def get_trace: (Datadog::Tracing::TraceOperation trace_op) -> untyped end class Finished < Tracing::Flush::Finished prepend Tagging end class Partial < Tracing::Flush::Partial prepend Tagging end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems