()
| 77 | } |
| 78 | |
| 79 | function getTemplateSourceIds() { |
| 80 | return getTemplateSources().map((source) => source.id); |
| 81 | } |
| 82 | |
| 83 | function getQueryGenerationSourceIds() { |
| 84 | return getQueryGenerationSources().map((source) => source.id); |
no test coverage detected