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

Function genGuard

static/vuejs/vue.js:8366–8366  ·  view source on GitHub ↗
(condition)

Source from the content-addressed store, hash-verified

8364// need to explicitly return null so that we can determine whether to remove
8365// the listener for .once
8366var genGuard = function (condition) { return ("if(" + condition + ")return null;"); };
8367
8368var modifierCode = {
8369 stop: '$event.stopPropagation();',

Callers 1

vue.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected