Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ write
Method
write
output/java8/1.4.17/NoIndentWriter.java:41–45 ·
view source on GitHub ↗
(String str)
Source
from the content-addressed store, hash-verified
39
}
40
41
@Override
42
public
int
write(String str) throws IOException {
43
out.write(str);
44
return
str.length();
45
}
46
}
Callers
nothing calls this directly
Calls
2
write
Method · 0.65
length
Method · 0.45
Tested by
no test coverage detected