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

File store.ts

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

Source from the content-addressed store, hash-verified

1import { create } from 'zustand'
2import { persist } from 'zustand/middleware'
3import type { LogDetailsUIState } from './types'
4import { clampPanelWidth, DEFAULT_LOG_DETAILS_WIDTH } from './utils'

Callers

nothing calls this directly

Calls 3

clampPanelWidthFunction · 0.90
persistFunction · 0.85
setFunction · 0.50

Tested by

no test coverage detected