Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/traneio/future
/ getFresh
Method
getFresh
future-java/src/test/java/io/trane/future/LocalTest.java:101–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}
100
101
@Test
102
public
void
getFresh() {
103
assertEquals(Optional.empty(), (Local.<Integer>apply()).get());
104
}
105
106
@Test
107
public
void
multipleLocals() {
Callers
nothing calls this directly
Calls
2
apply
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected