MCPcopy Create free account
hub / github.com/ShipSecAI/studio / executionTimelineStore.ts

File executionTimelineStore.ts

frontend/src/store/executionTimelineStore.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { create } from 'zustand';
2import { subscribeWithSelector } from 'zustand/middleware';
3
4const TERMINAL_STATUSES = ['COMPLETED', 'FAILED', 'CANCELLED', 'TERMINATED', 'TIMED_OUT'] as const;

Callers

nothing calls this directly

Calls 7

prepareTimelineEventsFunction · 0.85
normalizeDataPacketsFunction · 0.85
calculateNodeStatesFunction · 0.85
getEventsMethod · 0.80
errorMethod · 0.80
createFunction · 0.50
getStatusMethod · 0.45

Tested by

no test coverage detected