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

Function stopRemoteWatch

apps/desktop/src/main/index.ts:1233–1238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1231}
1232
1233function stopRemoteWatch(): void {
1234 if (stopRemoteVaultWatch) {
1235 stopRemoteVaultWatch()
1236 stopRemoteVaultWatch = null
1237 }
1238}
1239
1240function startRemoteWatch(client: RemoteServerClient, capabilities: ServerCapabilities): void {
1241 stopRemoteWatch()

Callers 4

startRemoteWatchFunction · 0.85
setVaultForWindowFunction · 0.85
setVaultFunction · 0.85
index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected