Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
const
terminalKey = (nodeId: string, stream =
'pty'
) => `${nodeId}:${stream}`;
98
99
const
mapStatusToLifecycle = (status: ExecutionStatus | undefined): ExecutionLifecycle => {
100
switch (status) {
Callers
1
executionStore.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected