MCPcopy Create free account
hub / github.com/bytebase/bytebase / getOperatorListByFactor

Function getOperatorListByFactor

frontend/src/react/components/ExprEditor.tsx:71–76  ·  view source on GitHub ↗
(
  factor: Factor,
  overrideMap?: Map<Factor, Operator[]>
)

Source from the content-addressed store, hash-verified

69}
70
71function getOperatorListByFactor(
72 factor: Factor,
73 overrideMap?: Map<Factor, Operator[]>
74): Operator[] {
75 return overrideMap?.get(factor) ?? getRawOperatorListByFactor(factor);
76}
77
78function getDefaultValue(
79 factor: Factor,

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected