MCPcopy Create free account
hub / github.com/mscdex/ssh2 / x11

Method x11

lib/server.js:1289–1293  ·  view source on GitHub ↗
(originAddr, originPort, cb)

Source from the content-addressed store, hash-verified

1287 }
1288
1289 x11(originAddr, originPort, cb) {
1290 const opts = { originAddr, originPort };
1291 openChannel(this, 'x11', opts, cb);
1292 return this;
1293 }
1294
1295 forwardOut(boundAddr, boundPort, remoteAddr, remotePort, cb) {
1296 const opts = { boundAddr, boundPort, remoteAddr, remotePort };

Callers 2

openChannelFunction · 0.45
test-exec.jsFile · 0.45

Calls 1

openChannelFunction · 0.70

Tested by

no test coverage detected