Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fetchLevel (0.08 sec)

  1. src/cmd/go/internal/modfetch/codehost/git.go

    	return r, nil
    }
    
    type gitRepo struct {
    	ctx context.Context
    
    	remote, remoteURL string
    	local             bool
    	dir               string
    
    	mu lockedfile.Mutex // protects fetchLevel and git repo state
    
    	fetchLevel int
    
    	statCache par.ErrCache[string, *RevInfo]
    
    	refsOnce sync.Once
    	// refs maps branch and tag refs (e.g., "HEAD", "refs/heads/master")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 22:10:38 UTC 2024
    - 27.4K bytes
    - Viewed (0)
Back to top