Function countErrors [src]
Counts the number of errors that have been recorded by a tool. Nb:
the tool must record the errors with VG_(maybe_record_error)() or
VG_(unique_error)() for them to be counted.
Prototype
pub fn countErrors() usize
Source
pub fn countErrors() usize {
return doClientRequestExpr(0, // default return
.CountErrors, 0, 0, 0, 0, 0);
}