MCPcopy Index your code
hub / github.com/dalibo/pev2 / Sample

Interface Sample

example/src/samples.ts:5924–5928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5922`
5923
5924interface Sample extends Array<string> {
5925 0: string
5926 1: string
5927 2: string
5928}
5929
5930const samples = <Sample[]>[
5931 ["Simple join (TEXT format)", plan1_source, plan1_query],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected