MCPcopy Create free account
hub / github.com/apache/maka / isActiveShellRunStatus

Function isActiveShellRunStatus

packages/core/src/shell-run.ts:169–171  ·  view source on GitHub ↗
(value: ShellRunStatus)

Source from the content-addressed store, hash-verified

167}
168
169export function isActiveShellRunStatus(value: ShellRunStatus): value is ShellRunActiveStatus {
170 return (SHELL_RUN_ACTIVE_STATUSES as readonly string[]).includes(value);
171}
172
173export function isValidShellRunStatusTransition(
174 current: ShellRunStatus,

Callers 15

compactToolSummaryFunction · 0.90
renderShellRunResultFunction · 0.90
applyViewUpdateFunction · 0.90
isLiveShellRunCardFunction · 0.90
isSettledShellRunCardFunction · 0.90
foldShellRunUpdatesFunction · 0.90
listShellRunUpdatesMethod · 0.90
getShellRunUpdateMethod · 0.90
resourceDetailMethod · 0.90
writeStdinWithoutLiveMethod · 0.90

Calls

no outgoing calls

Tested by 2

waitForTerminalFunction · 0.72
waitForTerminalFunction · 0.72