| 6 | { |
| 7 | bool debuggerPrintGoesToStdErr() { return platform::Hooks::get()->debuggerPrintGoesToStdErr(); } |
| 8 | void debuggerPrint(const std::string &message) { platform::Hooks::get()->debuggerPrint(message); } |
| 9 | } |
nothing calls this directly
no test coverage detected