Function clearWatchInputs [src]

Prototype

pub fn clearWatchInputs(step: *Step) void

Parameters

step: *Step

Source

pub fn clearWatchInputs(step: *Step) void { const gpa = step.owner.allocator; step.inputs.clear(gpa); }