func alreadyExist()

in tools/mconnect/commands/groups/groups.go [245:250]


func alreadyExist(err error) bool {
	if err == nil {
		return false
	}
	return st.Code(err) == alreadyExistCode
}