MCPcopy
hub / github.com/actualbudget/actual / filter

Method filter

packages/api/app/query.js:21–26  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

19 }
20
21 filter(expr) {
22 return new Query({
23 ...this.state,
24 filterExpressions: [...this.state.filterExpressions, expr],
25 });
26 }
27
28 unfilter(exprs) {
29 const exprSet = new Set(exprs);

Callers 15

removeNotificationFunction · 0.45
ManageRulesFunction · 0.45
LoggedInUserFunction · 0.45
CommandBarFunction · 0.45
useLoginMethodFunction · 0.45
groupBankSyncAccountsFunction · 0.45
getFieldsFunction · 0.45
BankSyncFunction · 0.45

Calls

no outgoing calls

Tested by 5

getNamesFunction · 0.36
getLocationsMethod · 0.36
runPagedQueryFunction · 0.36
mockListenFunction · 0.36
mockListenFunction · 0.36