Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/internal/pkgbits/decoder.go

    		path = r.String()
    		pr.RetireDecoder(&r)
    	}
    	if path == "" {
    		path = pr.pkgPath
    	}
    	return path
    }
    
    // PeekObj returns the package path, object name, and CodeObj for the
    // specified object index.
    func (pr *PkgDecoder) PeekObj(idx Index) (string, string, CodeObj) {
    	var ridx Index
    	var name string
    	var rcode int
    	{
    		r := pr.TempDecoder(RelocName, idx, SyncObject1)
    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