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

Method running

ui/stream/stream.js:175–177  ·  view source on GitHub ↗

* Returns whether or not current stream is running * * @returns {boolean} True when it's running, false otherwise *

()

Source from the content-addressed store, hash-verified

173 *
174 */
175 running() {
176 return this.command !== null;
177 }
178
179 /**
180 * Returns whether or not current stream is initializing

Callers 10

runMethod · 0.95
initializeMethod · 0.95
tickMethod · 0.95
closeMethod · 0.95
completedMethod · 0.95
clearMethod · 0.45
requestMethod · 0.45
handleStreamMethod · 0.45
handleCloseMethod · 0.45
handleCompletedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected