Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ dangerous
Method
dangerous
test/Exceptions.java:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
private
static
void
dangerous() {
27
moreDangerous();
28
}
29
30
private
static
void
expect(boolean v) {
31
if
(! v) throw
new
RuntimeException();
Callers
1
main
Method · 0.95
Calls
1
moreDangerous
Method · 0.95
Tested by
no test coverage detected