()
| 28 | |
| 29 | impl Metadata { |
| 30 | pub fn new() -> Metadata { |
| 31 | Metadata { |
| 32 | file_range: (1, 1), |
| 33 | viewport: (1, 1), |
| 34 | cursor: 1, |
| 35 | winpos: (1, 1), |
| 36 | char_height: 0, |
| 37 | } |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | #[derive(PartialEq, Eq, Clone, Debug)] |
nothing calls this directly
no outgoing calls
no test coverage detected