Class: TraceViz::Collectors::Matchers::TracePointActionMatcher

Inherits:
BaseMatcher
  • Object
show all
Includes:
Helpers::TrackingHelper
Defined in:
lib/trace_viz/collectors/matchers/trace_point_action_matcher.rb

Instance Method Summary collapse

Methods included from Helpers::TrackingHelper

#active_call_stack, #current_call, #current_depth, #tracker

Instance Method Details

#matches?(trace_point) ⇒ Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/trace_viz/collectors/matchers/trace_point_action_matcher.rb', line 13

def matches?(trace_point)
  current_action_id == build_action_id(trace_point)
end