(&self)
| 294 | // ... 其他 getter ... |
| 295 | pub fn is_opened(&self) -> bool { |
| 296 | self.is_opened |
| 297 | } |
| 298 | pub fn get_width(&self) -> i32 { |
| 299 | self.width |
| 300 | } |
| 301 | pub fn get_height(&self) -> i32 { |
nothing calls this directly
no outgoing calls
no test coverage detected