| 182 | } |
| 183 | |
| 184 | void MacClipboard::Clear() |
| 185 | { |
| 186 | NSPasteboard* pasteboard = [NSPasteboard generalPasteboard]; |
| 187 | [pasteboard clearContents]; |
| 188 | } |
| 189 | |
| 190 | void MacClipboard::SetText(const StringView& text) |
| 191 | { |
no outgoing calls
no test coverage detected