Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CoverBlock (0.07 sec)

  1. src/testing/cover.go

    	"os"
    	"sync/atomic"
    )
    
    // CoverBlock records the coverage data for a single basic block.
    // The fields are 1-indexed, as in an editor: The opening line of
    // the file is number 1, for example. Columns are measured
    // in bytes.
    // NOTE: This struct is internal to the testing infrastructure and may change.
    // It is not covered (yet) by the Go 1 compatibility guidelines.
    type CoverBlock struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 11:37:31 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top