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

Method ChaiScript

include/chaiscript/chaiscript.hpp:833–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831 {
832 public:
833 ChaiScript(std::vector<std::string> t_modulepaths = {},
834 std::vector<std::string> t_usepaths = {},
835 const std::vector<Options> &t_opts = chaiscript::default_options())
836 : ChaiScript_Basic(
837 chaiscript::Std_Lib::library(),
838 std::make_unique<parser::ChaiScript_Parser<eval::Noop_Tracer, optimizer::Optimizer_Default>>(),
839 t_modulepaths, t_usepaths, t_opts)
840 {
841 }
842 };
843}
844

Callers

nothing calls this directly

Calls 1

default_optionsFunction · 0.85

Tested by

no test coverage detected