(sourceFormat: SourceFormat)
| 539 | } |
| 540 | |
| 541 | function isSupportedSourceFormat(sourceFormat: SourceFormat): boolean { |
| 542 | return sourceFormat === SOURCE_FORMAT_ARRAY_ROWS || sourceFormat === SOURCE_FORMAT_OBJECT_ROWS; |
| 543 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…