MCPcopy
hub / github.com/simstudioai/sim / store.ts

File store.ts

apps/sim/stores/undo-redo/store.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createLogger } from '@sim/logger'
2import { UNDO_REDO_OPERATIONS } from '@sim/realtime-protocol/constants'
3import type { Edge } from 'reactflow'
4import { create } from 'zustand'

Callers

nothing calls this directly

Calls 13

createLoggerFunction · 0.90
persistFunction · 0.85
isRecordingSuspendedFunction · 0.85
isOperationApplicableFunction · 0.85
getItemMethod · 0.80
setItemMethod · 0.80
removeItemMethod · 0.80
debugMethod · 0.80
shiftMethod · 0.80
getStackKeyFunction · 0.70
warnMethod · 0.65
getFunction · 0.50

Tested by

no test coverage detected