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

Method getFormat

src/lib/platform/OSXClipboardHTMLConverter.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "base/Unicode.h"
11
12IClipboard::Format OSXClipboardHTMLConverter::getFormat() const
13{
14 return IClipboard::Format::HTML;
15}
16
17CFStringRef OSXClipboardHTMLConverter::getOSXFormat() const
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected