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

Function genKeyFilter

static/vuejs/vue.common.js:8445–8447  ·  view source on GitHub ↗
(keys)

Source from the content-addressed store, hash-verified

8443}
8444
8445function genKeyFilter (keys) {
8446 return ("if(!('button' in $event)&&" + (keys.map(genFilterCode).join('&&')) + ")return null;")
8447}
8448
8449function genFilterCode (key) {
8450 var keyVal = parseInt(key, 10);

Callers 1

genHandlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected