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

Function emptySimpleExpr

frontend/src/plugins/cel/logic/resolve.ts:272–280  ·  view source on GitHub ↗
(
  operator: LogicalOperator = "_&&_"
)

Source from the content-addressed store, hash-verified

270};
271
272export const emptySimpleExpr = (
273 operator: LogicalOperator = "_&&_"
274): ConditionGroupExpr => {
275 return {
276 type: ExprType.ConditionGroup,
277 operator: operator,
278 args: [],
279 };
280};
281
282const getFactorName = (expr: CELExpr): string => {
283 if (expr.exprKind?.case === "identExpr") {

Callers 11

DatabaseGroupFormFunction · 0.90
RuleEditSheetFunction · 0.90
GrantAccessDialogFunction · 0.90
initializeFunction · 0.90
RequestRoleFormFunction · 0.90
handleRoleChangeFunction · 0.90
ProjectRoleBindingFormFunction · 0.90
EditMemberRoleDrawerFunction · 0.90
MaskingRuleConfigFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected