Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ create
Method
create
corpus/java/training/guava/io/Closer.java:105–107 ·
view source on GitHub ↗
Creates a new Closer.
()
Source
from the content-addressed store, hash-verified
103
* Creates a
new
{@link Closer}.
104
*/
105
public
static
Closer create() {
106
return
new
Closer(SUPPRESSOR);
107
}
108
109
@VisibleForTesting
final
Suppressor suppressor;
110
Callers
15
write
Method · 0.95
writeFrom
Method · 0.95
isEmpty
Method · 0.95
size
Method · 0.95
copyTo
Method · 0.95
read
Method · 0.95
contentEquals
Method · 0.95
sliceStream
Method · 0.95
read
Method · 0.95
map
Method · 0.95
write
Method · 0.95
writeLines
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected