Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

empty.dot
// RUN: %exploded_graph_rewriter %s | FileCheck %s
// RUN: %exploded_graph_rewriter --dark %s | FileCheck %s \
// RUN:                                         -check-prefixes=CHECK,DARK

digraph "Exploded Graph" {
  label="Exploded Graph";
}

// CHECK:      digraph "ExplodedGraph" {
// DARK-NEXT:    bgcolor="gray10";
// CHECK-NEXT:   label="";
// CHECK-NEXT: }