Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ pushFilter
Function
pushFilter
static/vuejs/vue.common.js:5415–5418 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5413
}
5414
5415
function
pushFilter () {
5416
(filters || (filters = [])).push(exp.slice(lastFilterIndex, i).trim());
5417
lastFilterIndex = i + 1;
5418
}
5419
5420
if
(filters) {
5421
for
(i = 0; i < filters.length; i++) {
Callers
1
parseFilters
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected