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

Function parseItems

lib/compile/jtd/parse.ts:145–148  ·  view source on GitHub ↗
(cxt: ParseCxt, endToken: string, block: () => void)

Source from the content-addressed store, hash-verified

143}
144
145function parseItems(cxt: ParseCxt, endToken: string, block: () => void): void {
146 tryParseItems(cxt, endToken, block)
147 parseToken(cxt, endToken)
148}
149
150function tryParseItems(cxt: ParseCxt, endToken: string, block: () => void): void {
151 const {gen} = cxt

Callers 3

parseElementsFunction · 0.85
parseValuesFunction · 0.85
parseSchemaPropertiesFunction · 0.85

Calls 2

tryParseItemsFunction · 0.85
parseTokenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…