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

Method setSourceUrl

forge-core/src/main/java/forge/deck/Deck.java:628–630  ·  view source on GitHub ↗
(String sourceUrl0)

Source from the content-addressed store, hash-verified

626 }
627
628 public void setSourceUrl(String sourceUrl0) {
629 sourceUrl = sourceUrl0;
630 }
631
632 public String getSourceUrl() {
633 return sourceUrl;

Callers 3

cloneFieldsToMethod · 0.95
fromSectionsMethod · 0.95
importDeckMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected