MCPcopy Create free account
hub / github.com/ShipSecAI/studio / terminalKey

Function terminalKey

frontend/src/store/executionStore.ts:97–97  ·  view source on GitHub ↗
(nodeId: string, stream = 'pty')

Source from the content-addressed store, hash-verified

95];
96
97const terminalKey = (nodeId: string, stream = 'pty') => `${nodeId}:${stream}`;
98
99const mapStatusToLifecycle = (status: ExecutionStatus | undefined): ExecutionLifecycle => {
100 switch (status) {

Callers 1

executionStore.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected