Module: TraceViz::Formatters::Helpers::Summary::ParamsHelper

Included in:
Export::SummaryGroupFormatter
Defined in:
lib/trace_viz/formatters/helpers/summary/params_helper.rb

Instance Method Summary collapse

Instance Method Details

#format_params_template(trace_data, config) ⇒ Object



10
11
12
13
14
15
# File 'lib/trace_viz/formatters/helpers/summary/params_helper.rb', line 10

def format_params_template(trace_data, config)
  return unless config.params[:show]

  params_template = build_params_template(trace_data.params, config)
  wrap_params_template(params_template, config)
end