MCPcopy 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

writeMethod · 0.95
writeFromMethod · 0.95
isEmptyMethod · 0.95
sizeMethod · 0.95
copyToMethod · 0.95
readMethod · 0.95
contentEqualsMethod · 0.95
sliceStreamMethod · 0.95
readMethod · 0.95
mapMethod · 0.95
writeMethod · 0.95
writeLinesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected