Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ main
Method
main
lowlevel/SyncOnObject.java:42–46 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
40
ds.trace.forEach(System.out::println);
41
}
42
public
static
void
main(String[] args) {
43
test(true, false);
44
System.out.println(
"****"
);
45
test(false, true);
46
}
47
}
48
/* Output:
49
f() 0
Callers
nothing calls this directly
Calls
1
test
Method · 0.95
Tested by
no test coverage detected