Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ popIndentation
Method
popIndentation
output/java8/1.4.13/AutoIndentWriter.java:105–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
}
104
105
@Override
106
public
String popIndentation() {
107
return
indents.remove(indents.size()-1);
108
}
109
110
@Override
111
public
void
pushAnchorPoint() {
Callers
nothing calls this directly
Calls
2
remove
Method · 0.65
size
Method · 0.65
Tested by
no test coverage detected