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

Function warnOnce

static/vuejs/vue.esm.js:7716–7721  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

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

Callers 2

checkRootConstraintsFunction · 0.70
parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected