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

Function genKeyFilter

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

Source from the content-addressed store, hash-verified

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

Callers 1

genHandlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected