| 16 | namespace platform |
| 17 | { |
| 18 | void MacHooks::init() { Hooks::get() = std::make_unique<MacHooks>(); } |
| 19 | |
| 20 | void MacHooks::debuggerPrint(const std::string &text) { std::cerr << text << std::endl; } |
| 21 |
nothing calls this directly
no outgoing calls
no test coverage detected