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

Method i

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

Source from the content-addressed store, hash-verified

50 // suddenly call the autoboxed version.
51 public SB pobj( Object s ) { _sb.append(s.toString()); return this; }
52 public SB i( int d ) { for( int i=0; i<d+_indent; i++ ) p(" "); return this; }
53 public SB i( ) { return i(0); }
54 public SB ip(String s) { return i().p(s); }
55 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