Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ expect
Method
expect
test/Subroutine.java:14–16 ·
view source on GitHub ↗
(boolean v)
Source
from the content-addressed store, hash-verified
12
13
public
class
Subroutine {
14
private
static
void
expect(boolean v) {
15
if
(! v) throw
new
RuntimeException();
16
}
17
18
private
static
void
stackMap(Object x) {
19
while
(true) {
Callers
2
test
Method · 0.95
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected