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);
}   pub fn clearWatchInputs(step: *Step) void  step: *Step  pub fn clearWatchInputs(step: *Step) void {
    const gpa = step.owner.allocator;
    step.inputs.clear(gpa);
}