Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
write
Method · 0.95
Calls
2
max
Method · 0.65
repeat
Method · 0.45
Tested by
no test coverage detected