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

Method ip

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

Source from the content-addressed store, hash-verified

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; }
56
57 // Increase indentation

Callers

nothing calls this directly

Calls 2

iMethod · 0.95
pMethod · 0.45

Tested by

no test coverage detected