MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / init

Method init

java/com/jcraft/jsch/ChannelExec.java:69–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 void init() throws JSchException {
70 io.setInputStream(getSession().in);
71 io.setOutputStream(getSession().out);
72 }
73
74 public void setErrStream(java.io.OutputStream out){
75 setExtOutputStream(out);

Callers

nothing calls this directly

Calls 3

setInputStreamMethod · 0.45
getSessionMethod · 0.45
setOutputStreamMethod · 0.45

Tested by

no test coverage detected