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

Function hello_constructor

samples/example.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void hello_constructor(const chaiscript::Boxed_Value & /*o*/)
35{
36 std::cout << "Hello Constructor\n";
37}
38
39
40struct System

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected