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

Interface Sample

test/utils.ts:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116export interface Sample {
117 path: string;
118 additionalRendererOptions: RendererOptions;
119}
120
121export function samplesFromPaths(paths: string[]): Sample[] {
122 return paths.map(p => ({ path: p, additionalRendererOptions: {} }));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…