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

Function warnOnce

vue.js:13191–13196  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

13189
13190
13191 function warnOnce(msg) {
13192 if (!warned) {
13193 warned = true;
13194 warn$2(msg); //警告日志函数
13195 }
13196 }
13197
13198 //克隆节点
13199 function closeElement(element) {

Callers 2

checkRootConstraintsFunction · 0.85
parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected