MCPcopy Index your code
hub / github.com/apache/groovy / indent

Method indent

src/main/java/groovy/lang/TracingInterceptor.java:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 return true;
100 }
101 private String indent(){
102 return " ".repeat(Math.max(0, indent));
103 }
104
105 /**
106 * Writes a formatted trace line for the supplied invocation stage.

Callers 1

writeMethod · 0.95

Calls 2

maxMethod · 0.65
repeatMethod · 0.45

Tested by

no test coverage detected