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

Method get_module

unittests/multifile_test_module.cpp:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14chaiscript::ModulePtr Multi_Test_Module::get_module()
15{
16 chaiscript::ModulePtr module(new chaiscript::Module());
17
18 module->add(chaiscript::fun(&Multi_Test_Module::get_module_value), "get_module_value");
19
20 return module;
21}

Callers 1

mainFunction · 0.80

Calls 2

funFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected