| 5922 | ` |
| 5923 | |
| 5924 | interface Sample extends Array<string> { |
| 5925 | 0: string |
| 5926 | 1: string |
| 5927 | 2: string |
| 5928 | } |
| 5929 | |
| 5930 | const samples = <Sample[]>[ |
| 5931 | ["Simple join (TEXT format)", plan1_source, plan1_query], |
nothing calls this directly
no outgoing calls
no test coverage detected