Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ target
Method
target
chapter24/src/test/java/com/seaofnodes/simple/Simple.java:73–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
static
void
target() {
74
System.out.print(TestC.CPU_PORT);
75
System.out.print(
"-"
);
76
System.out.println(TestC.CALL_CONVENTION);
77
}
78
79
static
void
dump(CodeGen code,
int
dump,
int
pass) {
80
if
((dump & pass) != 0) {
Callers
1
main
Method · 0.95
Calls
1
print
Method · 0.45
Tested by
no test coverage detected