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

Function helloWorld

samples/fun_call_performance.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165std::string helloWorld(const std::string &t_name)
166{
167 return "Hello " + t_name + "!";
168}
169
170bool throws_exception(const std::function<void()> &f)
171{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected