Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for verification (0.87 sec)

  1. src/cmd/compile/internal/types2/instantiate.go

    //
    // If validate is set, Instantiate verifies that the number of type arguments
    // and parameters match, and that the type arguments satisfy their respective
    // type constraints. If verification fails, the resulting error may wrap an
    // *ArgumentError indicating which type argument did not satisfy its type parameter
    // constraint, and why.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:01:18 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  2. src/cmd/go/internal/cache/cache.go

    	// the seek position is not guaranteed to be in any particular state.
    	//
    	// As a special case, if the ReadSeeker is of type noVerifyReadSeeker,
    	// the verification from GODEBUG=goverifycache=1 is skipped.
    	//
    	// After a success call to Get, OutputFile(Entry.OutputID) must
    	// exist on disk for until Close is called (at the end of the process).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 14:19:39 UTC 2024
    - 20.3K bytes
    - Viewed (0)
Back to top