| 12 | #include <chaiscript/dispatchkit/function_call.hpp> |
| 13 | |
| 14 | void log(const std::string &msg) |
| 15 | { |
| 16 | std::cout << "[" << time(nullptr) << "] " << msg << '\n'; |
| 17 | } |
| 18 | |
| 19 | void log(const std::string &module, const std::string &msg) |
| 20 | { |
no outgoing calls
no test coverage detected