class Prism::InNode

def save_in_loc(repository)

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