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

Method get_module_value

unittests/multifile_test_module.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9int Multi_Test_Module::get_module_value()
10{
11 return 0;
12}
13
14chaiscript::ModulePtr Multi_Test_Module::get_module()
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected