concourse / concourse

Functions prefixed with Get should return a value RVV-A0006
Anti-pattern
Major
1 occurrence in this check
function 'GetVolumeWithSize' seems to be a getter but it does not return any result
351	}
352}
353
354func (vs *VolumeServer) GetVolumeWithSize(w http.ResponseWriter, req *http.Request) {355	w.Header().Set("Content-Type", "application/json")
356
357	handle := rata.Param(req, "handle")