MCPcopy Create free account
hub / github.com/deskflow/deskflow / getOSXFormat

Method getOSXFormat

src/lib/platform/OSXClipboardHTMLConverter.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17CFStringRef OSXClipboardHTMLConverter::getOSXFormat() const
18{
19 return CFSTR("public.html");
20}
21
22std::string OSXClipboardHTMLConverter::convertString(
23 const std::string &data, CFStringEncoding fromEncoding, CFStringEncoding toEncoding

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected