Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ test
Method
test
test/LazyLoading.java:86–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
85
public
static
class
Test {
86
public
static
void
test() {
87
doTest();
88
loadLazy = true;
89
doTest();
90
}
91
92
private
static
void
doTest() {
93
if
(loadLazy) {
Callers
nothing calls this directly
Calls
1
doTest
Method · 0.95
Tested by
no test coverage detected