MCPcopy
hub / github.com/streetwriters/notesnook / append

Method append

apps/mobile/worker.js:7239–7241  ·  view source on GitHub ↗
(...nodes)

Source from the content-addressed store, hash-verified

7237 }
7238
7239 append(...nodes) {
7240 insert(this, this[END], nodes);
7241 }
7242
7243 replaceChildren(...nodes) {
7244 let { [NEXT]: next, [END]: end } = this;

Callers 12

enterNodeSelectionModeFunction · 0.45
preprocessHTMLFunction · 0.45
hFunction · 0.45
mergeCellsFunction · 0.45
ensureRectangularFunction · 0.45
serializeFragmentMethod · 0.45
setupMenuFunction · 0.45
os-integration.tsFile · 0.45
toMenuItemFunction · 0.45
asFragmentFunction · 0.45
clipper.bundle.jsFile · 0.45

Calls 1

insertFunction · 0.85

Tested by

no test coverage detected