Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/glideapps/quicktype
/ additionalFiles
Method
additionalFiles
test/fixtures.ts:428–430 ·
view source on GitHub ↗
(sample: Sample)
Source
from the content-addressed store, hash-verified
426
}
427
428
additionalFiles(sample: Sample): string[] {
429
return
jsonTestFiles(pathWithoutExtension(sample.path,
".schema"
));
430
}
431
432
async
test(
433
sample: string,
Callers
nothing calls this directly
Calls
2
jsonTestFiles
Function · 0.85
pathWithoutExtension
Function · 0.85
Tested by
no test coverage detected