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

Function isSameChild

static/vuejs/vue.common.js:6949–6951  ·  view source on GitHub ↗
(child, oldChild)

Source from the content-addressed store, hash-verified

6947}
6948
6949function isSameChild (child, oldChild) {
6950 return oldChild.key === child.key && oldChild.tag === child.tag
6951}
6952
6953var Transition = {
6954 name: 'transition',

Callers 1

vue.common.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected