Function dumpSection [src]

Prototype

pub fn dumpSection(check_object: *CheckObject, name: [:0]const u8) void

Parameters

check_object: *CheckObjectname: [:0]const u8

Source

pub fn dumpSection(check_object: *CheckObject, name: [:0]const u8) void { const check = Check.dumpSection(check_object.step.owner.allocator, name); check_object.checks.append(check) catch @panic("OOM"); }