[−][src]Function super_analyzer_core::results::handlebars_helpers::all_code
pub fn all_code(
h: &Helper,
_: &Registry,
_: &Context,
_: &mut RenderContext,
out: &mut dyn Output
) -> Result<(), RenderError>
Generates all the HTML for 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>
.