[][src]Function libpijul::pristine::debug

pub fn debug<W: Write, T: TxnT>(
    txn: &T,
    channel: &Channel<T>,
    f: W
) -> Result<bool, Error>

Write the graph of a channel to write W in graphviz format. Warning: this can be really large on old channels.