Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tileRemotePath (0.25 sec)

  1. src/cmd/vendor/golang.org/x/mod/sumdb/client.go

    }
    
    // tileCacheKey returns the cache key for the tile.
    func (c *Client) tileCacheKey(tile tlog.Tile) string {
    	return c.name + "/" + tile.Path()
    }
    
    // tileRemotePath returns the remote path for the tile.
    func (c *Client) tileRemotePath(tile tlog.Tile) string {
    	return "/" + tile.Path()
    }
    
    // readTile reads a single tile, either from the on-disk cache or the server.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 17:50:49 UTC 2024
    - 19.1K bytes
    - Viewed (0)
Back to top