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

File store.ts

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

Source from the content-addressed store, hash-verified

1import { createLogger } from '@sim/logger'
2import { toError } from '@sim/utils/errors'
3import { create } from 'zustand'
4import { createJSONStorage, devtools, persist } from 'zustand/middleware'

Callers

nothing calls this directly

Calls 10

createLoggerFunction · 0.90
toErrorFunction · 0.90
persistFunction · 0.85
setQueueForChatFunction · 0.85
omitKeyFunction · 0.85
getItemMethod · 0.80
setItemMethod · 0.80
removeItemMethod · 0.80
warnMethod · 0.65
setFunction · 0.50

Tested by

no test coverage detected