| 298 | |
| 299 | #[derive(Deserialize)] |
| 300 | struct PackageJson { |
| 301 | version: String, |
| 302 | } |
| 303 | |
| 304 | fn get_cursor_version() -> Option<String> { |
| 305 | if let Some(package_path) = get_cursor_package_path() { |
nothing calls this directly
no outgoing calls
no test coverage detected