Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ bound_log
Function
bound_log
samples/example.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void bound_log(const std::string &msg)
25
{
26
log(msg);
27
}
28
29
void hello_world(const chaiscript::Boxed_Value & /*o*/)
30
{
Callers
nothing calls this directly
Calls
1
log
Function · 0.85
Tested by
no test coverage detected