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

Function genKeyFilter

static/vuejs/vue.js:8439–8441  ·  view source on GitHub ↗
(keys)

Source from the content-addressed store, hash-verified

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

Callers 1

genHandlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected