Module: TraceViz::Formatters::Helpers::DepthHelper

Included in:
TraceDataFormatter
Defined in:
lib/trace_viz/formatters/helpers/depth_helper.rb

Instance Method Summary collapse

Instance Method Details

#depth_representation(trace_data) ⇒ Object



7
8
9
10
11
# File 'lib/trace_viz/formatters/helpers/depth_helper.rb', line 7

def depth_representation(trace_data)
  return unless config.general[:show_depth]

  "depth[#{trace_data.depth}]"
end