Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
cloneFieldsTo
Method · 0.95
fromSections
Method · 0.95
importDeck
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected