Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ testSingleton
Method
testSingleton
hiding/Lunch.java:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
Soup1 soup = Soup1.makeSoup();
32
}
33
void
testSingleton() {
34
Soup2.access().f();
35
}
36
}
Callers
nothing calls this directly
Calls
2
access
Method · 0.95
f
Method · 0.65
Tested by
no test coverage detected