MCPcopy
hub / github.com/nirui/sshwifty / close

Method close

ui/commands/ssh.js:437–444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

435 }
436
437 close() {
438 this.step.resolve(
439 this.stepErrorDone(
440 "Action cancelled",
441 "Action has been cancelled without reach any success"
442 )
443 );
444 }
445
446 stepErrorDone(title, message) {
447 return command.done(false, null, title, message);

Callers

nothing calls this directly

Calls 3

stepErrorDoneMethod · 0.95
resolveMethod · 0.45
sendCloseMethod · 0.45

Tested by

no test coverage detected