Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ p
Method
p
chapter24/src/main/java/com/seaofnodes/simple/node/Node.java:128–128 ·
view source on GitHub ↗
(int depth)
Source
from the content-addressed store, hash-verified
126
abstract
public
StringBuilder _print1(StringBuilder sb, BitSet visited);
127
128
public
String p(
int
depth) {
return
IRPrinter.prettyPrint(this,depth); }
129
130
public
boolean isConst() {
return
false; }
131
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