MCPcopy Create free account
hub / github.com/TruthHun/BookStack / isSameChild

Function isSameChild

static/vuejs/vue.runtime.js:6495–6497  ·  view source on GitHub ↗
(child, oldChild)

Source from the content-addressed store, hash-verified

6493}
6494
6495function isSameChild (child, oldChild) {
6496 return oldChild.key === child.key && oldChild.tag === child.tag
6497}
6498
6499var Transition = {
6500 name: 'transition',

Callers 1

vue.runtime.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected