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

Method allowDelete

forge-gui-mobile/src/forge/deck/FDeckEditor.java:1079–1081  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1077 return !isDrafting() && this.deckController.supportsRename();
1078 }
1079 protected boolean allowDelete() {
1080 return !isDrafting() && this.deckController.supportsDelete();
1081 }
1082 protected boolean allowSave() {
1083 return !isDrafting() && this.deckController.supportsSave();
1084 }

Callers 1

buildMenuMethod · 0.95

Calls 2

isDraftingMethod · 0.95
supportsDeleteMethod · 0.65

Tested by

no test coverage detected