Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ pushIndentation
Method
pushIndentation
output/java8/1.4.17/AutoIndentWriter.java:100–103 ·
view source on GitHub ↗
(String indent)
Source
from the content-addressed store, hash-verified
98
}
99
100
@Override
101
public
void
pushIndentation(String indent) {
102
indents.add(indent);
103
}
104
105
@Override
106
public
String popIndentation() {
Callers
nothing calls this directly
Calls
1
add
Method · 0.65
Tested by
no test coverage detected