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

File runStore.ts

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

Source from the content-addressed store, hash-verified

1import { create } from 'zustand';
2import { subscribeWithSelector } from 'zustand/middleware';
3import { api } from '@/services/api';
4import type { ExecutionStatus } from '@/schemas/execution';

Callers

nothing calls this directly

Calls 10

getCacheKeyFunction · 0.85
getEntryFunction · 0.85
sortRunsFunction · 0.85
upsertIntoRunsFunction · 0.85
hasMethod · 0.80
getMethod · 0.65
createFunction · 0.50
listRunsMethod · 0.45
deleteMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected