MCPcopy Create free account
hub / github.com/JoshuaPostel/texaform / DocumentationLayout

Class DocumentationLayout

src/ui/documentation.rs:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#[derive(Debug, Default)]
19pub struct DocumentationLayout {
20 pub list: Rect,
21 pub document: Rect,
22 pub copy_button: Rect,
23}
24
25impl DocumentationLayout {
26 pub fn new(width: u16, height: u16, app: &App) -> DocumentationLayout {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected