MCPcopy 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

mainMethod · 0.45
mainMethod · 0.45
flushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected