MCPcopy Create free account
hub / github.com/SchemaStore/schemastore / taskBuildXRegistry

Function taskBuildXRegistry

cli.js:2149–2153  ·  view source on GitHub ↗

* Task to build the xRegistry

()

Source from the content-addressed store, hash-verified

2147 * Task to build the xRegistry
2148 */
2149 async function taskBuildXRegistry() {
2150 if (!(await buildXRegistry())) {
2151 process.exit(1)
2152 }
2153 }
2154
2155 // ---------------------------------------------------------------------------
2156 // Coverage task

Callers

nothing calls this directly

Calls 1

buildXRegistryFunction · 0.70

Tested by

no test coverage detected