MCPcopy Create free account
hub / github.com/ygs-code/vue / markStaticNode

Function markStaticNode

vue.js:5667–5671  ·  view source on GitHub ↗
(node, key, isOnce)

Source from the content-addressed store, hash-verified

5665
5666 //标志静态的vonde 虚拟dom
5667 function markStaticNode(node, key, isOnce) {
5668 node.isStatic = true;
5669 node.key = key;
5670 node.isOnce = isOnce;
5671 }
5672
5673 /*
5674 *绑定对象监听器

Callers 1

markStaticFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected