MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / stopOutputLoop

Method stopOutputLoop

daemon/src/entity/instance/instance.ts:607–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

605 }
606
607 private stopOutputLoop() {
608 if (this.outputLoopTask) clearInterval(this.outputLoopTask);
609 this.outputLoopTask = undefined;
610 this.flushOutputBuffer(true);
611 }
612}

Callers 1

stoppedMethod · 0.95

Calls 1

flushOutputBufferMethod · 0.95

Tested by

no test coverage detected