MCPcopy Create free account
hub / github.com/HumbleUI/JWM / clear

Method clear

shared/java/Clipboard.java:68–71  ·  view source on GitHub ↗

Clear system clipboard content.

()

Source from the content-addressed store, hash-verified

66 * <p>Clear system clipboard content.</p>
67 */
68 public static void clear() {
69 assert _onUIThread() : "Should be run on UI thread";
70 _nClear();
71 }
72
73 /**
74 * <p>Register custom user-defined clipboard format.</p>

Callers 1

commitMethod · 0.45

Calls 2

_onUIThreadMethod · 0.95
_nClearMethod · 0.95

Tested by

no test coverage detected