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

Function isBooleanFactor

frontend/src/plugins/cel/types/factor.ts:84–86  ·  view source on GitHub ↗
(factor: string)

Source from the content-addressed store, hash-verified

82};
83
84export const isBooleanFactor = (factor: string): factor is BooleanFactor => {
85 return BooleanFactorList.includes(factor as BooleanFactor);
86};
87
88export const isTimestampFactor = (
89 factor: string

Callers 4

getDefaultValueFunction · 0.90
ValueInputFunction · 0.90
resolveEqualityExprFunction · 0.90
validateConditionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected