MCPcopy
hub / github.com/arduino/Arduino / handleCopy

Method handleCopy

app/src/processing/app/EditorTab.java:538–540  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

536 }
537
538 void handleCopy() {
539 textarea.copy();
540 }
541
542 void handlePaste() {
543 textarea.paste();

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected