struct

ThreadAnalysisService::ThreadAnalysis

Inherits Struct < Value < Object

Constructors

new(thread_id : String, root_object_id : Int64, object_count : Int32, author_count : Int32, max_depth : Int32, timeline_histogram : TimelineHistogram | Nil, key_participants : Array(ParticipantInfo), notable_branches : Array(BranchInfo), duration_ms : Float64)
Source

Instance methods

author_count
clone
Source
copy_with(thread_id _thread_id = @thread_id, root_object_id _root_object_id = @root_object_id, object_count _object_count = @object_count, author_count _author_count = @author_count, max_depth _max_depth = @max_depth, timeline_histogram _timeline_histogram = @timeline_histogram, key_participants _key_participants = @key_participants, notable_branches _notable_branches = @notable_branches, duration_ms _duration_ms = @duration_ms)
Source
duration_ms
key_participants
max_depth
notable_branches
object_count
root_object_id
thread_id
timeline_histogram