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

Method init

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

Source from the content-addressed store, hash-verified

64 }
65
66 void init() throws JSchException {
67 io.setInputStream(getSession().in);
68 io.setOutputStream(getSession().out);
69 }
70}

Callers

nothing calls this directly

Calls 3

setInputStreamMethod · 0.45
getSessionMethod · 0.45
setOutputStreamMethod · 0.45

Tested by

no test coverage detected