Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ e
Method
e
test/Logging.java:95–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
private
void
e() throws Exception {
96
throw
new
Exception(
"Started here"
);
97
}
98
99
private
static
void
expect(boolean v) {
100
if
(! v) throw
new
RuntimeException();
Callers
1
d
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected