({ queryId, rowId, cellId, queries, debugIds })
| 1340 | children: useCheckpoint(checkpointId, checkpoints) ?? EMPTY_STRING |
| 1341 | }); |
| 1342 | var ResultCellView = ({ queryId, rowId, cellId, queries, debugIds }) => /* @__PURE__ */ jsx(Wrap, { |
| 1343 | debugIds, |
| 1344 | id: cellId, |
| 1345 | children: EMPTY_STRING + (useResultCell(queryId, rowId, cellId, queries) ?? EMPTY_STRING) |
| 1346 | }); |
| 1347 | var ResultRowView = ({ |
| 1348 | queryId, |
| 1349 | rowId, |
nothing calls this directly
no test coverage detected
searching dependent graphs…