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

Function logicalLabel

frontend/src/react/components/ExprEditor.tsx:1352–1356  ·  view source on GitHub ↗
(op: string)

Source from the content-addressed store, hash-verified

1350 const args = expr.args;
1351
1352 const logicalLabel = (op: string) => {
1353 if (op === "_&&_") return "and";
1354 if (op === "_||_") return "or";
1355 return op;
1356 };
1357
1358 const addCondition = () => {
1359 const factor = factorList[0];

Callers 1

ConditionGroupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected