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

Method ip

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

Source from the content-addressed store, hash-verified

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; }
62
63 // Increase indentation

Callers

nothing calls this directly

Calls 2

iMethod · 0.95
pMethod · 0.45

Tested by

no test coverage detected