| 186 | } |
| 187 | |
| 188 | void FileWatcherKqueue::handleAction( Watcher* watch, const std::string& filename, |
| 189 | unsigned long action, const std::string& oldFilename ) {} |
| 190 | |
| 191 | std::vector<std::string> FileWatcherKqueue::directories() { |
| 192 | std::vector<std::string> dirs; |
nothing calls this directly
no outgoing calls
no test coverage detected