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

Method getContents

forge-gui-ios/src/forge/ios/Main.java:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 @Override
52 public String getContents() {
53 return UIPasteboard.getGeneralPasteboard().getString();
54 }
55
56 @Override
57 public void setContents(final String contents0) {

Callers 4

keyUpMethod · 0.45
buildMenuMethod · 0.45
keyDownMethod · 0.45
FDeckImportDialogMethod · 0.45

Calls 1

getStringMethod · 0.80

Tested by

no test coverage detected