module RuboCop::Cop::VariableForce::Locatable

def branch_id

def branch_id
  return nil unless inside_of_branch?
  @branch_id ||= [branch_point_node.object_id, branch_type].join('_')
end