(source: Source)
| 477 | } |
| 478 | |
| 479 | export function shouldRetrieveDataByName(source: Source): boolean { |
| 480 | const sourceFormat = source.sourceFormat; |
| 481 | return sourceFormat === SOURCE_FORMAT_OBJECT_ROWS || sourceFormat === SOURCE_FORMAT_KEYED_COLUMNS; |
| 482 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…