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

Method init

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

setInputStreamMethod · 0.45
getSessionMethod · 0.45
setOutputStreamMethod · 0.45

Tested by

no test coverage detected