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

Function resolveRawStringExpr

frontend/src/plugins/cel/logic/resolve.ts:265–270  ·  view source on GitHub ↗
(expr: CELExpr)

Source from the content-addressed store, hash-verified

263};
264
265const resolveRawStringExpr = (expr: CELExpr): RawStringExpr => {
266 return {
267 type: ExprType.RawString,
268 content: stringifyExpr(expr),
269 };
270};
271
272export const emptySimpleExpr = (
273 operator: LogicalOperator = "_&&_"

Callers 1

dfsFunction · 0.85

Calls 1

stringifyExprFunction · 0.85

Tested by

no test coverage detected