Function brane_ast::traversals::print::ast_unresolved::pass_f_edges

source ·
pub fn pass_f_edges(
    writer: &mut impl Write,
    f_edges: &HashMap<usize, EdgeBuffer>,
    table: &TableState,
    indent: usize,
) -> Result<()>
Expand description

Prints the extra function bodies of the Workflow.

§Arguments

  • writer: The Writer to write to.
  • workflow: The UnresolvedWorkflow who’s function buffers we print.
  • table: The VirtualTableState that we use to resolve definitions.
  • indent: The indent with which to print the function buffers.

§Returns

Nothing, but does print the function buffers to stdout.