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

Function isRawStringExpr

frontend/src/plugins/cel/types/simple.ts:102–104  ·  view source on GitHub ↗
(expr: SimpleExpr)

Source from the content-addressed store, hash-verified

100};
101
102export const isRawStringExpr = (expr: SimpleExpr): expr is RawStringExpr => {
103 return expr.type === ExprType.RawString;
104};

Callers 4

ConditionGroupFunction · 0.90
processConditionFunction · 0.90
validateFunction · 0.90
convertFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected