public function asInsertOp()

in src/DiffInsertOp.php [33:35]


  public function asInsertOp(): DiffInsertOp<TContent> {
    return $this;
  }