Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8439
function
genKeyFilter (keys) {
8440
return
(
"if(!('button' in $event)&&"
+ (keys.map(genFilterCode).join(
'&&'
)) +
")return null;"
)
8441
}
8442
8443
function
genFilterCode (key) {
8444
var
keyVal = parseInt(key, 10);
Callers
1
genHandler
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected