func()

in responses/maniphest.go [15:21]


func (res ManiphestQueryResponse) Get(key string) *entities.ManiphestTask {
	if _, ok := res[key]; ok {
		return res[key]
	}

	return nil
}