Skip to content

Commit 63bf975

Browse files
committed
put in class stub as per profiling
1 parent 60046cc commit 63bf975

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lib/datadog/core/ddsketch.rb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# frozen_string_literal: true
2+
3+
module Datadog
4+
module Core
5+
# This class exists to wrap a ddsketch_Handle_DDSketch into a Ruby object.
6+
#
7+
# This class is not empty; all of this class is implemented as native code.
8+
class DDSKetch # rubocop:disable Lint/EmptyClass
9+
end
10+
end
11+
end

0 commit comments

Comments
 (0)