| 27 | } |
| 28 | |
| 29 | void hello_world(const chaiscript::Boxed_Value & /*o*/) |
| 30 | { |
| 31 | std::cout << "Hello World\n"; |
| 32 | } |
| 33 | |
| 34 | void hello_constructor(const chaiscript::Boxed_Value & /*o*/) |
| 35 | { |
nothing calls this directly
no outgoing calls
no test coverage detected