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

Method allowSave

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

Source from the content-addressed store, hash-verified

1080 return !isDrafting() && this.deckController.supportsDelete();
1081 }
1082 protected boolean allowSave() {
1083 return !isDrafting() && this.deckController.supportsSave();
1084 }
1085 protected boolean allowSaveAs() {
1086 return allowSave() && allowRename();
1087 }

Callers 5

updateDeckHeaderMethod · 0.95
onCloseMethod · 0.95
keyDownMethod · 0.95
allowSaveAsMethod · 0.95
getDeckDisplayNameMethod · 0.80

Calls 2

isDraftingMethod · 0.95
supportsSaveMethod · 0.65

Tested by

no test coverage detected