MCPcopy
hub / github.com/ZenNotes/zennotes / VaultWatcherLike

Interface VaultWatcherLike

apps/desktop/src/main/window-vaults.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4export type WindowWorkspaceMode = 'local' | 'remote'
5
6export interface VaultWatcherLike {
7 start(root: string, onEvent: (ev: VaultChangeEvent) => void): void
8 stop(): void
9}
10
11interface WindowVaultSession {
12 mode: WindowWorkspaceMode

Callers 3

setLocalVaultMethod · 0.65
stopAllMethod · 0.65
detachLocalWindowMethod · 0.65

Implementers 2

TestWatcherapps/desktop/src/main/window-vaults.te
VaultWatcherapps/desktop/src/main/watcher.ts

Calls

no outgoing calls

Tested by

no test coverage detected