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