MCPcopy Create free account
hub / github.com/ygs-code/vue / pushFilter

Function pushFilter

vue.js:9588–9591  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9586 // 获取当前过滤器的 并将其存储在filters 数组中
9587 // filters = [ 'filterA' , 'filterB']
9588 function pushFilter() {
9589 (filters || (filters = [])).push(exp.slice(lastFilterIndex, i).trim());
9590 lastFilterIndex = i + 1;
9591 }
9592
9593 if (filters) {
9594 console.log(filters)

Callers 1

parseFiltersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected