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

Method saveAs

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

Source from the content-addressed store, hash-verified

2390 throw new UnsupportedOperationException();
2391 }
2392 default void saveAs(String name) {
2393 throw new UnsupportedOperationException();
2394 }
2395 default boolean isSaved() {

Callers 3

saveMethod · 0.95
buildMenuMethod · 0.65
saveDeckMethod · 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