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

Method isSaved

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

Source from the content-addressed store, hash-verified

2393 throw new UnsupportedOperationException();
2394 }
2395 default boolean isSaved() {
2396 return false;
2397 }
2398 default boolean delete() {

Callers 3

onCloseMethod · 0.65
saveDeckMethod · 0.65
hasChangesMethod · 0.65

Implementers 3

FileDeckControllerforge-gui-mobile/src/forge/deck/FDeckE
AdventureDeckControllerforge-gui-mobile/src/forge/adventure/s
AdventureEventDeckControllerforge-gui-mobile/src/forge/adventure/s

Calls

no outgoing calls

Tested by

no test coverage detected