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

Method name

lib/compile/codegen/scope.ts:74–76  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

72 }
73
74 name(prefix: string): Name {
75 return new Name(this._newName(prefix))
76 }
77
78 protected _newName(prefix: string): string {
79 const ng = this._names[prefix] || this._nameGroup(prefix)

Callers 15

toNameMethod · 0.95
validateArrayFunction · 0.45
validateUnionFunction · 0.45
inlineRefSchemaFunction · 0.45
validateSchemaDepsFunction · 0.45
codeFunction · 0.45
codeFunction · 0.45
codeFunction · 0.45
validateTupleFunction · 0.45
codeFunction · 0.45
codeFunction · 0.45
codeFunction · 0.45

Calls 1

_newNameMethod · 0.95

Tested by

no test coverage detected