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

Function quicktype

test/utils.ts:67–71  ·  view source on GitHub ↗
(opts: Partial<CLIOptions>)

Source from the content-addressed store, hash-verified

65}
66
67export async function quicktype(opts: Partial<CLIOptions>) {
68 let [result, duration] = await time(async () => {
69 await quicktype_(opts);
70 });
71}
72
73export async function quicktypeForLanguage(
74 language: languages.Language,

Callers 3

testMethod · 0.90
testMethod · 0.90
quicktypeForLanguageFunction · 0.70

Calls 1

timeFunction · 0.85

Tested by 2

testMethod · 0.72
testMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…