()
| 166 | /// Creates a new model instance using default (simple). |
| 167 | #[must_use] |
| 168 | pub fn new_default() -> Self { |
| 169 | Self::new(ModelType::Simple) |
| 170 | } |
| 171 | |
| 172 | /// Gets the current model type. |
| 173 | #[must_use] |
nothing calls this directly
no outgoing calls
no test coverage detected