class Prism::CallTargetNode

def save_call_operator_loc(repository)

it can be retrieved later.
Save the call_operator_loc location using the given saved source so that
def save_call_operator_loc(repository)
  repository.enter(node_id, :call_operator_loc)
end