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

Function isSameChild

static/vuejs/vue.js:6943–6945  ·  view source on GitHub ↗
(child, oldChild)

Source from the content-addressed store, hash-verified

6941}
6942
6943function isSameChild (child, oldChild) {
6944 return oldChild.key === child.key && oldChild.tag === child.tag
6945}
6946
6947var Transition = {
6948 name: 'transition',

Callers 1

vue.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected