MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / i

Method i

chapter24/src/main/java/com/seaofnodes/simple/util/SB.java:58–58  ·  view source on GitHub ↗
( int d )

Source from the content-addressed store, hash-verified

56 // suddenly call the autoboxed version.
57 public SB pobj( Object s ) { _sb.append(s.toString()); return this; }
58 public SB i( int d ) { for( int i=0; i<d+_indent; i++ ) p(" "); return this; }
59 public SB i( ) { return i(0); }
60 public SB ip(String s) { return i().p(s); }
61 public SB s() { _sb.append(' '); return this; }

Callers 6

ipMethod · 0.95
_showMethod · 0.95
nodesMethod · 0.45
scopeMethod · 0.45
nodeEdgesMethod · 0.45
scopeEdgesMethod · 0.45

Calls 1

pMethod · 0.95

Tested by

no test coverage detected