MCPcopy Index your code
hub / github.com/glideapps/quicktype / runQuicktype

Method runQuicktype

test/fixtures.ts:415–426  ·  view source on GitHub ↗
(
    filename: string,
    additionalRendererOptions: RendererOptions
  )

Source from the content-addressed store, hash-verified

413 }
414
415 async runQuicktype(
416 filename: string,
417 additionalRendererOptions: RendererOptions
418 ): Promise<void> {
419 await quicktypeForLanguage(
420 this.language,
421 filename,
422 "schema",
423 false,
424 additionalRendererOptions
425 );
426 }
427
428 additionalFiles(sample: Sample): string[] {
429 return jsonTestFiles(pathWithoutExtension(sample.path, ".schema"));

Callers

nothing calls this directly

Calls 1

quicktypeForLanguageFunction · 0.90

Tested by

no test coverage detected