MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / store.test.ts

File store.test.ts

packages/app-core/src/store.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// @vitest-environment jsdom
2
3import { beforeEach, describe, expect, it, vi } from 'vitest'
4import { TASKS_TAB_PATH, type VaultTask } from '@shared/tasks'

Callers

nothing calls this directly

Calls 15

findLeafFunction · 0.90
databaseTabPathFunction · 0.90
assetTabPathFunction · 0.90
makeTaskFunction · 0.85
flushAsyncWorkFunction · 0.85
deferredFunction · 0.85
activeLeafFunction · 0.85
viewPrefsFromVaultFunction · 0.85
sFunction · 0.85
openLocalVaultMethod · 0.80
closeVaultMethod · 0.80
deleteAssetMethod · 0.80

Tested by

no test coverage detected