Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ p
Method
p
chapter23/src/main/java/com/seaofnodes/simple/node/Node.java:127–127 ·
view source on GitHub ↗
(int depth)
Source
from the content-addressed store, hash-verified
125
abstract
public
StringBuilder _print1(StringBuilder sb, BitSet visited);
126
127
public
String p(
int
depth) {
return
IRPrinter.prettyPrint(this,depth); }
128
129
public
boolean isConst() {
return
false; }
130
Callers
15
asm
Method · 0.45
asm
Method · 0.45
asm
Method · 0.45
asm
Method · 0.45
asm
Method · 0.45
glabel
Method · 0.45
mixerr
Method · 0.45
asm
Method · 0.45
asm
Method · 0.45
asm
Method · 0.45
asm
Method · 0.45
asm
Method · 0.45
Calls
1
prettyPrint
Method · 0.95
Tested by
no test coverage detected