Skip to main content

plan

Function plan 

Source
pub fn plan(view: &View, root: NodeId, area: Area) -> Option<Map>
Expand description

The map of root inside area, or None when there is nothing honest to draw.

None rather than an empty rectangle in two cases, and they are different: a directory with no children under the current filter has nothing to divide, and one whose whole subtree is both unpriced and uncounted has nothing to divide it by.