MCPcopy Create free account
hub / github.com/glideapps/quicktype / additionalFiles

Method additionalFiles

test/fixtures.ts:500–503  ·  view source on GitHub ↗
(sample: Sample)

Source from the content-addressed store, hash-verified

498 }
499
500 additionalFiles(sample: Sample): string[] {
501 const baseName = pathWithoutExtension(sample.path, ".graphql");
502 return jsonTestFiles(baseName).concat(graphQLSchemaFilename(baseName));
503 }
504
505 async test(
506 filename: string,

Callers 1

runWithSampleFunction · 0.45

Calls 3

pathWithoutExtensionFunction · 0.85
jsonTestFilesFunction · 0.85
graphQLSchemaFilenameFunction · 0.85

Tested by

no test coverage detected