()
| 115 | |
| 116 | impl InitializationOptions { |
| 117 | pub fn new() -> Self { |
| 118 | Self::default() |
| 119 | } |
| 120 | |
| 121 | /// A license to override with, you can use this to make sure you initialize with a specific license. |
| 122 | /// |
nothing calls this directly
no test coverage detected