Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/algorithmzuo/algorithm-journey
/ write
Method
write
src/class164/Code07_Peaks1.java:308–310 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
306
}
307
308
public
void
write(String s) {
309
outBuf.append(s);
310
}
311
312
public
void
writeInt(
int
x) {
313
outBuf.append(x);
Callers
3
main
Method · 0.45
main
Method · 0.45
flush
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected