Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ c
Method
c
test/Logging.java:82–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
private
void
c() {
83
log.warning(
"Started c()"
);
84
try {
85
d();
86
} catch (Exception ex) {
87
log.log(Level.SEVERE,
"Exception caught in c"
, ex);
88
}
89
}
90
91
private
void
d() throws Exception {
92
e();
Callers
1
b
Method · 0.95
Calls
3
d
Method · 0.95
warning
Method · 0.80
log
Method · 0.45
Tested by
no test coverage detected