graph

fun graph(block: (DotWriter.GraphWriter) -> Unit)

Emit an entire graph.

Parameters

block

The lambda to apply to emit the content of the graph.

Throws

If emission fails.