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

Function warnOnce

static/vuejs/vue.common.js:7718–7723  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

7716 var warned = false;
7717
7718 function warnOnce (msg) {
7719 if (!warned) {
7720 warned = true;
7721 warn$2(msg);
7722 }
7723 }
7724
7725 function endPre (element) {
7726 // check pre state

Callers 2

checkRootConstraintsFunction · 0.70
parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected