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

Function isTimestampFactor

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

Source from the content-addressed store, hash-verified

86};
87
88export const isTimestampFactor = (
89 factor: string
90): factor is TimestampFactor => {
91 return TimestampFactorList.includes(factor as TimestampFactor);
92};

Callers 2

getDefaultValueFunction · 0.90
resolveCompareExprFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected