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

Function genFilterCode

static/vuejs/vue.js:8443–8450  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

8441}
8442
8443function genFilterCode (key) {
8444 var keyVal = parseInt(key, 10);
8445 if (keyVal) {
8446 return ("$event.keyCode!==" + keyVal)
8447 }
8448 var alias = keyCodes[key];
8449 return ("_k($event.keyCode," + (JSON.stringify(key)) + (alias ? ',' + JSON.stringify(alias) : '') + ")")
8450}
8451
8452/* */
8453

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected