| 233 | }; |
| 234 | |
| 235 | static inline std::vector<Options> default_options() |
| 236 | { |
| 237 | #ifdef CHAISCRIPT_NO_DYNLOAD |
| 238 | return {Options::No_Load_Modules, Options::External_Scripts}; |
| 239 | #else |
| 240 | return {Options::Load_Modules, Options::External_Scripts}; |
| 241 | #endif |
| 242 | } |
| 243 | } |
| 244 | #endif |
| 245 |
no outgoing calls
no test coverage detected