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

Method ip

chapter18/src/main/java/com/seaofnodes/simple/SB.java:37–37  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

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; }
39
40 // Increase indentation

Callers

nothing calls this directly

Calls 2

iMethod · 0.95
pMethod · 0.45

Tested by

no test coverage detected