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

Method pushOutput

daemon/src/entity/instance/instance.ts:586–588  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

584 }
585
586 private pushOutput(data: string) {
587 this.outputBuffer.pushLog(data);
588 }
589
590 private flushOutputBuffer(shouldClear = false) {
591 const { items, wasDeleted } = this.outputBuffer.getCache();

Callers 1

startedMethod · 0.95

Calls 1

pushLogMethod · 0.80

Tested by

no test coverage detected