MCPcopy Create free account
hub / github.com/dashnowords/imfe / emptyNodeAt

Function emptyNodeAt

chapter17/vue.js:5861–5863  ·  view source on GitHub ↗
(elm)

Source from the content-addressed store, hash-verified

5859 }
5860
5861 function emptyNodeAt (elm) {
5862 return new VNode(nodeOps.tagName(elm).toLowerCase(), {}, [], undefined, elm)
5863 }
5864
5865 function createRmCb (childElm, listeners) {
5866 function remove$$1 () {

Callers 1

createPatchFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected