MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / deactivate

Method deactivate

apps/client/src/code/pages/page/page.ts:350–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348 this.collab.websocket.enableLocalAwareness();
349 }
350 deactivate() {
351 this.collab.websocket.disableLocalAwareness();
352 }
353
354 async bump(parentPageId?: string) {
355 // Bump on page cache

Callers 1

setupPageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected