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

Function isSettledShellRunCard

packages/cli/src/pi-transcript.ts:1619–1621  ·  view source on GitHub ↗
(entry: MakaPiToolEntry)

Source from the content-addressed store, hash-verified

1617}
1618
1619function isSettledShellRunCard(entry: MakaPiToolEntry): boolean {
1620 return entry.result?.kind === 'shell_run' && !isActiveShellRunStatus(entry.result.status);
1621}
1622
1623/**
1624 * Announce a live running → settled transition at the transcript tail: the

Calls 1

isActiveShellRunStatusFunction · 0.90

Tested by

no test coverage detected