(annotations: Annotations.Key<Self>)
| 12521 | * const source = Graph.addNode(mutable, "A") |
| 12522 | * const target = Graph.addNode(mutable, "B") |
| 12523 | * Graph.addEdge(mutable, source, target, 1) |
| 12524 | * }) |
| 12525 | * |
| 12526 | * const encoded = Schema.encodeSync(codec)(graph) |
| 12527 | * |
| 12528 | * encoded.type // => "directed" |
nothing calls this directly
no test coverage detected