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

Method setup

apps/client/src/code/pages/page/elems/elems.ts:10–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 }
9
10 setup() {
11 this.page.notes.createAndObserveIds(this.page.react.collab.noteIds);
12 this.page.notes.observeMap();
13
14 this.page.arrows.createAndObserveIds(this.page.react.collab.arrowIds);
15 this.page.arrows.observeMap();
16 }
17}

Callers 1

finishSetupMethod · 0.45

Calls 2

createAndObserveIdsMethod · 0.45
observeMapMethod · 0.45

Tested by

no test coverage detected