MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / default_options

Function default_options

include/chaiscript/chaiscript_defines.hpp:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ChaiScriptMethod · 0.85
ChaiScript_BasicMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected