Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
chaiscript::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
main
Function · 0.80
Calls
2
fun
Function · 0.85
add
Method · 0.45
Tested by
no test coverage detected