MCPcopy 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

logMethod · 0.95
exitWithExceptionMethod · 0.95
seperatorMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected