MCPcopy
hub / github.com/deepops-ai/deepops / findRuleInOverride

Function findRuleInOverride

ui/src/utils/dashboard/panel.ts:40–42  ·  view source on GitHub ↗
(override: OverrideItem, ruleType)

Source from the content-addressed store, hash-verified

38}
39
40export const findRuleInOverride = (override: OverrideItem, ruleType) => {
41 return override?.overrides.find((o) => o.type == ruleType)?.value
42}
43
44
45export const getPanelOverridesRules = (panelType): string[] => {

Callers 14

Legend.tsxFile · 0.90
updateMethod · 0.90
ComplexTable.tsxFile · 0.90
StatGraph.tsxFile · 0.90
parseOptionsFunction · 0.90
transformDataFunction · 0.90
BarPanelFunction · 0.90
BarChart.tsxFile · 0.90
Graph.tsxFile · 0.90
parseOptionsFunction · 0.90
SeriesTable.tsxFile · 0.90

Calls 1

findMethod · 0.80

Tested by

no test coverage detected