MCPcopy Create free account
hub / github.com/experdot/pointer / settingsStore.ts

File settingsStore.ts

src/renderer/src/stores/settingsStore.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { create } from 'zustand'
2import { persistence } from '../persistence/registry'
3import { getCurrentAccountScope } from '../persistence/scope'
4import { getSettingsQueue } from './persistenceQueue'

Callers

nothing calls this directly

Calls 14

getCurrentAccountScopeFunction · 0.90
addTreeItemFunction · 0.90
updateTreeItemFunction · 0.90
removeTreeItemFunction · 0.90
addTreeFolderFunction · 0.90
updateTreeFolderFunction · 0.90
removeTreeFolderFunction · 0.90
clearTreeFolderFunction · 0.90
batchUpdateTreeItemsFunction · 0.90
batchUpdateTreeFoldersFunction · 0.90
emptyTreeFunction · 0.85
persistFunction · 0.70

Tested by

no test coverage detected