MCPcopy Index your code
hub / github.com/antlr/codebuff / create

Method create

output/java_guava/1.4.17/Closer.java:106–108  ·  view source on GitHub ↗

Creates a new Closer.

()

Source from the content-addressed store, hash-verified

104
105
106 public static Closer create() {
107 return new Closer(SUPPRESSOR);
108 }
109
110 @VisibleForTesting
111 final Suppressor suppressor;

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