[−][src]Function super_analyzer_core::results::handlebars_helpers::line_numbers
pub fn line_numbers(
h: &Helper,
_: &Registry,
_: &Context,
_: &mut RenderContext,
out: &mut dyn Output
) -> Result<(), RenderError>
Generates a list of line numbers for the given vulnerability.
An optional line separator can be added that will be used at the end of each line. By default,
this separator will be <br>
.