MCPcopy Create free account
hub / github.com/boxbeam/RedLib / unwrap

Method unwrap

src/redempt/redlib/blockdata/BlockDataManager.java:374–381  ·  view source on GitHub ↗
(CompletableFuture<T> future)

Source from the content-addressed store, hash-verified

372 }
373
374 private <T> T unwrap(CompletableFuture<T> future) {
375 try {
376 return future.get();
377 } catch (InterruptedException | ExecutionException e) {
378 e.printStackTrace();
379 return null;
380 }
381 }
382
383}

Callers 6

saveMethod · 0.95
saveAndCloseMethod · 0.95
moveMethod · 0.95
loadMethod · 0.95
unloadMethod · 0.95
getDataBlockMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected