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

Function genGuard

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

Source from the content-addressed store, hash-verified

8370// need to explicitly return null so that we can determine whether to remove
8371// the listener for .once
8372var genGuard = function (condition) { return ("if(" + condition + ")return null;"); };
8373
8374var modifierCode = {
8375 stop: '$event.stopPropagation();',

Callers 1

vue.common.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected