Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ nl
Method
nl
chapter24/src/main/java/com/seaofnodes/simple/util/SB.java:70–70 ·
view source on GitHub ↗
( )
Source
from the content-addressed store, hash-verified
68
public
SB di() {
return
di(1); }
69
70
public
SB nl( ) {
return
p(System.lineSeparator()); }
71
// Last printed a nl
72
public
boolean was_nl() {
73
int
len = _sb.length();
Callers
7
_prettyPrint
Method · 0.95
_show
Method · 0.45
nodes
Method · 0.45
scope
Method · 0.45
print
Method · 0.45
doBlock
Method · 0.45
doInst
Method · 0.45
Calls
1
p
Method · 0.95
Tested by
no test coverage detected