({ checkpoints, checkpointId, debugIds })
| 1335 | return debugIds && !isUndefined(id) ? [id, ":{", separated, "}"] : separated; |
| 1336 | }; |
| 1337 | var CheckpointView = ({ checkpoints, checkpointId, debugIds }) => /* @__PURE__ */ jsx(Wrap, { |
| 1338 | debugIds, |
| 1339 | id: checkpointId, |
| 1340 | children: useCheckpoint(checkpointId, checkpoints) ?? EMPTY_STRING |
| 1341 | }); |
| 1342 | var ResultCellView = ({ queryId, rowId, cellId, queries, debugIds }) => /* @__PURE__ */ jsx(Wrap, { |
| 1343 | debugIds, |
| 1344 | id: cellId, |
nothing calls this directly
no test coverage detected
searching dependent graphs…