Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for loadLocalTags (0.16 sec)

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

    	fetchSome        // shallow fetches of individual hashes
    	fetchAll         // "fetch -t origin": get all remote branches and tags
    )
    
    // loadLocalTags loads tag references from the local git cache
    // into the map r.localTags.
    func (r *gitRepo) loadLocalTags(ctx context.Context) {
    	// The git protocol sends all known refs and ls-remote filters them on the client side,
    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