Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
started
Method · 0.95
Calls
1
pushLog
Method · 0.80
Tested by
no test coverage detected