MCPcopy 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
24void bound_log(const std::string &msg)
25{
26 log(msg);
27}
28
29void hello_world(const chaiscript::Boxed_Value & /*o*/)
30{

Callers

nothing calls this directly

Calls 1

logFunction · 0.85

Tested by

no test coverage detected