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

Function wrapIdentExpr

frontend/src/plugins/cel/logic/build.ts:192–199  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

190};
191
192const wrapIdentExpr = (name: string): CELExpr => {
193 return wrapCELExpr({
194 case: "identExpr",
195 value: create(Expr_IdentSchema, {
196 name,
197 }),
198 });
199};
200
201const wrapCallExpr = (
202 operator: string,

Callers 1

convertConditionFunction · 0.85

Calls 1

wrapCELExprFunction · 0.85

Tested by

no test coverage detected