MCPcopy Create free account
hub / github.com/cschanck/single-file-java / get

Method get

src/main/java/org/sfj/ChiseledMap.java:533–540  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

531 }
532
533 @Override
534 public V get(Object key) {
535 try {
536 return ioGet(key);
537 } catch (IOException e) {
538 throw new RuntimeIOException(e);
539 }
540 }
541
542 /**
543 * Unchecked verson of ioSet()

Callers 2

testIntsToIntsMethod · 0.95

Calls 1

ioGetMethod · 0.95

Tested by 2

testIntsToIntsMethod · 0.76