Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setInputStream
Method · 0.45
getSession
Method · 0.45
setOutputStream
Method · 0.45
Tested by
no test coverage detected