MCPcopy Create free account
hub / github.com/bywwcnll/StreamPanel / applyFilters

Function applyFilters

devtools/modules/filterManager.js:177–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175}
176
177export function applyFilters() {
178 state.messageFilters = JSON.parse(JSON.stringify(state.pendingFilters));
179 if (callbacks.renderMessageList) callbacks.renderMessageList();
180}
181
182export function updatePendingFilterCondition(index, field, mode, value) {
183 if (state.pendingFilters[index]) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected