MCPcopy
hub / github.com/ajv-validator/ajv / parseEmpty

Function parseEmpty

lib/compile/jtd/parse.ts:358–360  ·  view source on GitHub ↗
(cxt: ParseCxt)

Source from the content-addressed store, hash-verified

356}
357
358function parseEmpty(cxt: ParseCxt): void {
359 parseWith(cxt, parseJson)
360}
361
362function parseWith(cxt: ParseCxt, parseFunc: {code: string}, args?: SafeExpr): void {
363 partialParse(cxt, useFunc(cxt.gen, parseFunc), args)

Callers 3

parseCodeFunction · 0.85
parseDiscriminatorFunction · 0.85
parseSchemaPropertiesFunction · 0.85

Calls 1

parseWithFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…