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