Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
export
const
isTimestampFactor = (
89
factor: string
90
): factor is TimestampFactor => {
91
return
TimestampFactorList.includes(factor as TimestampFactor);
92
};
Callers
2
getDefaultValue
Function · 0.90
resolveCompareExpr
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected