1function c = grb_clear_coverage
2%GRB_CLEAR_COVERAGE clear current statement coverage
3
4% SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved.
5% SPDX-License-Identifier: Apache-2.0
6
7try
8    global GraphBLAS_debug GraphBLAS_grbcov
9    GraphBLAS_grbcov (:) = 0 ;
10catch
11end
12
13