Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tentatives (0.21 sec)

  1. src/internal/coverage/cfile/hooks.go

    // out the meta-data file, and register emitCounterData as an exit
    // hook.
    //
    // If 'istest' is true (indicating that the program in question is a
    // Go test binary), then we tentatively queue up both emitMetaData and
    // emitCounterData as exit hooks. In the normal case (e.g. regular "go
    // test -cover" run) the testmain.go boilerplate will run at the end
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 02:32:19 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. src/compress/gzip/gunzip.go

    // The Reader will return an [ErrChecksum] when [Reader.Read]
    // reaches the end of the uncompressed data if it does not
    // have the expected length or checksum. Clients should treat data
    // returned by [Reader.Read] as tentative until they receive the [io.EOF]
    // marking the end of the data.
    type Reader struct {
    	Header       // valid after NewReader or Reader.Reset
    	r            flate.Reader
    	decompressor io.ReadCloser
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 23:20:03 UTC 2023
    - 8.5K bytes
    - Viewed (0)
Back to top