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

Method i

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

Source from the content-addressed store, hash-verified

33 // suddenly call the autoboxed version.
34 public SB pobj( Object s ) { _sb.append(s.toString()); return this; }
35 public SB i( int d ) { for( int i=0; i<d+_indent; i++ ) p(" "); return this; }
36 public SB i( ) { return i(0); }
37 public SB ip(String s) { return i().p(s); }
38 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