Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enableChange (0.14 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/bisect/bisect.go

    // In that common case, the computation of the hash can be avoided entirely
    // by checking for m == nil first:
    //
    //	for each change {
    //		if m == nil {
    //			enableChange()
    //		} else {
    //			h := bisect.Hash(file, line)
    //			if m.ShouldEnable(h) {
    //				enableChange()
    //			}
    //			if m.ShouldReport(h) {
    //				log.Printf("%v %s:%d", bisect.Marker(h), file, line)
    //			}
    //		}
    //	}
    //
    // # Pattern Syntax
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 18:11:19 UTC 2023
    - 15.4K bytes
    - Viewed (0)
Back to top