Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ stream
Method
stream
forge-core/src/main/java/forge/util/storage/IStorage.java:39–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
IStorage<T> tryGetFolder(String path);
38
IStorage<T> getFolderOrCreate(String path);
39
Stream<T> stream();
40
}
Callers
15
getAttachedCards
Method · 0.65
parse
Method · 0.65
findSVar
Method · 0.65
filterTable
Method · 0.65
getSingleMaxDamageDoneThisTurn
Method · 0.65
isVoid
Method · 0.65
changeZone
Method · 0.65
refundManaPaid
Method · 0.65
hasRequirement
Method · 0.65
countViolations
Method · 0.65
AttackConstraints
Method · 0.65
getLegalAttackers
Method · 0.65
Implementers
2
StorageBase
forge-core/src/main/java/forge/util/st
QuestEventChallengeList
forge-gui/src/main/java/forge/gamemode
Calls
no outgoing calls
Tested by
15
testEntwineChoosesCostWhenAllModesAreUseful
Method · 0.52
getSuccessCount
Method · 0.52
getFailureCount
Method · 0.52
getTotalDeltaPackets
Method · 0.52
getTotalBytes
Method · 0.52
getTotalEventStateMismatches
Method · 0.52
getTotalTurns
Method · 0.52
getUniqueDecksCount
Method · 0.52
getUniqueDeckNames
Method · 0.52
getTotalDeckUsages
Method · 0.52
getGameCountByPlayers
Method · 0.52
getSuccessCountByPlayers
Method · 0.52