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

Method p

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

Source from the content-addressed store, hash-verified

9 public SB( ) { _sb = new StringBuilder( ); }
10 public SB(String s) { _sb = new StringBuilder(s); }
11 public SB p( String s ) { _sb.append(s); return this; }
12 public SB p( float s ) {
13 if( Float.isNaN(s) )
14 _sb.append( "Float.NaN");

Callers 15

iMethod · 0.95
nlMethod · 0.95
_prettyPrintMethod · 0.95
_prettyPrintScheduledMethod · 0.95
_showMethod · 0.95
mixerrMethod · 0.95
ipMethod · 0.45
toStringMethod · 0.45
printLineMethod · 0.45
labelMethod · 0.45
nodesMethod · 0.45
scopeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected