Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetTileHeight (0.15 sec)

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

    		c.initErr = err
    		return
    	}
    }
    
    // SetTileHeight sets the tile height for the Client.
    // Any call to SetTileHeight must happen before the first call to [Client.Lookup].
    // If SetTileHeight is not called, the Client defaults to tile height 8.
    // SetTileHeight can be called at most once,
    // and if so it must be called before the first call to Lookup.
    func (c *Client) SetTileHeight(height int) {
    	if atomic.LoadUint32(&c.didLookup) != 0 {
    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