Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
toName
Method · 0.95
validateArray
Function · 0.45
validateUnion
Function · 0.45
inlineRefSchema
Function · 0.45
validateSchemaDeps
Function · 0.45
code
Function · 0.45
code
Function · 0.45
code
Function · 0.45
validateTuple
Function · 0.45
code
Function · 0.45
code
Function · 0.45
code
Function · 0.45
Calls
1
_newName
Method · 0.95
Tested by
no test coverage detected