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

Function updatePendingFilterCondition

devtools/modules/filterManager.js:182–188  ·  view source on GitHub ↗
(index, field, mode, value)

Source from the content-addressed store, hash-verified

180}
181
182export function updatePendingFilterCondition(index, field, mode, value) {
183 if (state.pendingFilters[index]) {
184 state.pendingFilters[index].field = field;
185 state.pendingFilters[index].mode = mode;
186 state.pendingFilters[index].value = value;
187 }
188}
189
190export function renderFilterConditions() {
191 const availableFields = getAvailableFields();

Callers 2

selectFieldFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected