Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tryCacheWithID (0.22 sec)

  1. src/cmd/go/internal/test/test.go

    // It reports whether the result can be satisfied from cache.
    func (c *runCache) tryCache(b *work.Builder, a *work.Action) bool {
    	return c.tryCacheWithID(b, a, a.Deps[0].BuildActionID())
    }
    
    func (c *runCache) tryCacheWithID(b *work.Builder, a *work.Action, id string) bool {
    	if len(pkgArgs) == 0 {
    		// Caching does not apply to "go test",
    		// only to "go test foo" (including "go test .").
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
Back to top