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