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

Method stop

apps/desktop/src/main/watcher.ts:127–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 stop(): void {
128 if (this.watcher) {
129 void this.watcher.close()
130 this.watcher = null
131 this.root = null
132 }
133 }
134}

Callers 1

startMethod · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected