Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ lineSeparator
Method
lineSeparator
Utils/src/eu/the5zig/util/Utils.java:620–622 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
618
}
619
620
public
static
String lineSeparator() {
621
return
System.getProperty(
"line.separator"
);
622
}
623
624
public
static
String lineSeparator(
int
count) {
625
StringBuilder result =
new
StringBuilder();
Callers
3
log
Method · 0.95
exitWithException
Method · 0.95
seperator
Method · 0.95
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected