(sourceFormat)
| 21580 | } |
| 21581 | |
| 21582 | function isSupportedSourceFormat(sourceFormat) { |
| 21583 | return sourceFormat === SOURCE_FORMAT_ARRAY_ROWS || sourceFormat === SOURCE_FORMAT_OBJECT_ROWS; |
| 21584 | } |
| 21585 | |
| 21586 | /** |
| 21587 | * [REQUIREMENT_MEMO]: |
no outgoing calls
no test coverage detected
searching dependent graphs…