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

Method appendChild

apps/mobile/worker.js:3094–3096  ·  view source on GitHub ↗

* Adds a node to the end of the list of children of this node. * @param {Node} child The node to append to the given parent node. * @returns The appended child.

(child)

Source from the content-addressed store, hash-verified

3092 * @returns The appended child.
3093 */
3094 appendChild(child) {
3095 return child;
3096 }
3097 /**
3098 * Replaces a child node within this node
3099 * @param {Node} newChild The new node to replace oldChild.

Callers 15

enterNodeSelectionModeFunction · 0.45
getPageFunction · 0.45
resolveUrlFunction · 0.45
injectCssFunction · 0.45
embedFontsFunction · 0.45
resolveImportsFunction · 0.45
addStylesToHeadFunction · 0.45
scrollIntoViewByIdFunction · 0.45
getPopupRootFunction · 0.45
initMethod · 0.45
ReactNodeViewClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected