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

Function warnOnce

static/vuejs/vue.js:7712–7717  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

7710 var warned = false;
7711
7712 function warnOnce (msg) {
7713 if (!warned) {
7714 warned = true;
7715 warn$2(msg);
7716 }
7717 }
7718
7719 function endPre (element) {
7720 // check pre state

Callers 2

checkRootConstraintsFunction · 0.70
parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected