| 79 | } |
| 80 | |
| 81 | pub struct Render { |
| 82 | stdout: Stdout, |
| 83 | blocks: BTreeMap<CodeId, Node>, |
| 84 | strcts: BTreeMap<usize, FoldInner>, |
| 85 | metadata: Metadata, |
| 86 | content: Content, |
| 87 | } |
| 88 | |
| 89 | impl Render { |
| 90 | pub fn new() -> Render { |
nothing calls this directly
no outgoing calls
no test coverage detected