(getRowCell, defaultCellValue)
| 358 | ]; |
| 359 | }; |
| 360 | var getRowCellFunction = (getRowCell, defaultCellValue) => isString(getRowCell) ? (getCell) => getCell(getRowCell) : getRowCell ?? (() => defaultCellValue ?? EMPTY_STRING); |
| 361 | var getCreateFunction = (getFunction, initFunction) => { |
| 362 | const thingsByStore = /* @__PURE__ */ new WeakMap(); |
| 363 | return (store) => { |
no test coverage detected
searching dependent graphs…