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

Method getSyncQ

forge-gui-mobile/src/forge/assets/ImageCache.java:112–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 }
111
112 private Queue<String> getSyncQ() {
113 if (syncQ == null)
114 syncQ = Queues.synchronizedQueue(getQ());
115 return syncQ;
116 }
117
118 public Texture getDefaultImage() {
119 return Forge.getAssets().getDefaultImage();

Callers 3

updateSynqCountMethod · 0.95
loadAssetMethod · 0.95
unloadCardTexturesMethod · 0.95

Calls 1

getQMethod · 0.95

Tested by

no test coverage detected