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

Method toString

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

Source from the content-addressed store, hash-verified

40 }
41
42 toString(): string {
43 return this.str
44 }
45
46 emptyStr(): boolean {
47 if (this._items.length > 1) return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected