MCPcopy Create free account
hub / github.com/ajv-validator/ajv / str

Method str

lib/compile/codegen/code.ts:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 get str(): string {
53 return (this._str ??= this._items.reduce((s: string, c: CodeItem) => `${s}${c}`, ""))
54 }
55
56 get names(): UsedNames {
57 return (this._names ??= this._items.reduce((names: UsedNames, c) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected