MCPcopy Index your code
hub / github.com/simstudioai/sim / isEmptyValue

Function isEmptyValue

apps/sim/tools/microsoft_excel/utils.ts:207–207  ·  view source on GitHub ↗
(v: ExcelCellValue)

Source from the content-addressed store, hash-verified

205 if (!Array.isArray(matrix) || matrix.length === 0) return []
206
207 const isEmptyValue = (v: ExcelCellValue) => v === null || v === ''
208
209 // Determine last non-empty row
210 let lastNonEmptyRowIndex = -1

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected