Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for openMetaFile (0.26 sec)

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

    	}
    	return nil
    }
    
    // openMetaFile determines whether we need to emit a meta-data output
    // file, or whether we can reuse the existing file in the coverage out
    // dir. It updates mfname/mftmp/mf fields in 's', returning an error
    // if something went wrong. See the comment on the emitState type
    // definition above for more on how file opening is managed.
    func (s *emitState) openMetaFile(metaHash [16]byte, metaLen uint64) error {
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top