Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getQ
Method
getQ
forge-gui-mobile/src/forge/assets/ImageCache.java:105–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
}
104
105
private
EvictingQueue<String> getQ() {
106
if
(q == null) {
107
q = EvictingQueue.create(400);
108
}
109
return
q;
110
}
111
112
private
Queue<String> getSyncQ() {
113
if
(syncQ == null)
Callers
1
getSyncQ
Method · 0.95
Calls
1
create
Method · 0.65
Tested by
no test coverage detected