Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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