MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / change

Function change

apps/desktop/src/main/window-vaults.test.ts:21–27  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

19}
20
21function change(path: string): VaultChangeEvent {
22 return {
23 kind: 'change',
24 path,
25 folder: 'inbox'
26 }
27}
28
29describe('WindowVaultRegistry', () => {
30 it('routes local vault changes only to windows attached to that vault', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected