MCPcopy Create free account
hub / github.com/Card-Forge/forge / setContents

Method setContents

forge-gui-ios/src/forge/ios/Main.java:56–59  ·  view source on GitHub ↗
(final String contents0)

Source from the content-addressed store, hash-verified

54 }
55
56 @Override
57 public void setContents(final String contents0) {
58 UIPasteboard.getGeneralPasteboard().setString(contents0);
59 }
60 }
61
62 private static final class IOSAdapter implements IDeviceAdapter {

Callers 12

copyToClipboardMethod · 0.45
ViewWinLoseMethod · 0.45
selectMethod · 0.45
buildMenuMethod · 0.45
keyDownMethod · 0.45
copyDeckToClipboardMethod · 0.45
copyToClipboardMethod · 0.45
populateMethod · 0.45
copyToClipboardMethod · 0.45
buildMethod · 0.45
ItemTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected