| 38 | }; |
| 39 | |
| 40 | static inline constexpr Uint32 getDefaultOptions() { |
| 41 | return Options::SearchUserPath | Options::InheritEnvironment | Options::NoWindow; |
| 42 | } |
| 43 | |
| 44 | struct Config { |
| 45 | size_t bufferSize = 131072; |
no outgoing calls
no test coverage detected