Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ close
Method
close
output/java_guava/1.4.19/MultiReader.java:87–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
@Override
88
public
void
close() throws IOException {
89
if
(current != null) {
90
try {
91
current.close();
92
} finally {
93
current = null;
94
}
95
}
96
}
97
}
Callers
1
advance
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected