Class: Datadog::Profiling::Pprof::MessageSet

Inherits:
Core::Utils::ObjectSet show all
Defined in:
lib/datadog/profiling/pprof/message_set.rb

Overview

Acts as a unique dictionary of protobuf messages

Instance Method Summary collapse

Methods inherited from Core::Utils::ObjectSet

#fetch, #freeze, #initialize, #length, #objects

Constructor Details

This class inherits a constructor from Datadog::Core::Utils::ObjectSet

Instance Method Details

#messagesObject



8
9
10
# File 'lib/datadog/profiling/pprof/message_set.rb', line 8

def messages
  objects
end