Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PeekPkgPath (0.12 sec)

  1. src/internal/pkgbits/decoder.go

    }
    
    // @@@ Helpers
    
    // TODO(mdempsky): These should probably be removed. I think they're a
    // smell that the export data format is not yet quite right.
    
    // PeekPkgPath returns the package path for the specified package
    // index.
    func (pr *PkgDecoder) PeekPkgPath(idx Index) string {
    	var path string
    	{
    		r := pr.TempDecoder(RelocPkg, idx, SyncPkgDef)
    		path = r.String()
    		pr.RetireDecoder(&r)
    	}
    	if path == "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 27 20:58:46 UTC 2022
    - 13.2K bytes
    - Viewed (0)
Back to top