Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
std::string helloWorld(const std::string &t_name)
166
{
167
return
"Hello "
+ t_name +
"!"
;
168
}
169
170
bool throws_exception(const std::function<void()> &f)
171
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected