Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testIntsToInts
Method · 0.95
testThreadSafe15SecondsX4
Method · 0.95
Calls
1
ioGet
Method · 0.95
Tested by
2
testIntsToInts
Method · 0.76
testThreadSafe15SecondsX4
Method · 0.76