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

Method runQuicktype

test/fixtures.ts:187–199  ·  view source on GitHub ↗
(
    sample: string,
    additionalRendererOptions: RendererOptions
  )

Source from the content-addressed store, hash-verified

185 }
186
187 async runQuicktype(
188 sample: string,
189 additionalRendererOptions: RendererOptions
190 ): Promise<void> {
191 // FIXME: add options
192 await quicktypeForLanguage(
193 this.language,
194 sample,
195 "json",
196 true,
197 additionalRendererOptions
198 );
199 }
200
201 async test(
202 filename: string,

Callers 1

runWithSampleFunction · 0.45

Calls 1

quicktypeForLanguageFunction · 0.90

Tested by

no test coverage detected