MCPcopy Index your code
hub / github.com/fastify/fast-json-stringify / getPropertyLocation

Method getPropertyLocation

lib/location.js:10–17  ·  view source on GitHub ↗
(propertyName)

Source from the content-addressed store, hash-verified

8 }
9
10 getPropertyLocation (propertyName) {
11 const propertyLocation = new Location(
12 this.schema[propertyName],
13 this.schemaId,
14 this.jsonPointer + '/' + propertyName
15 )
16 return propertyLocation
17 }
18
19 getSchemaRef () {
20 return this.schemaId + this.jsonPointer

Callers 7

buildInnerObjectFunction · 0.80
buildArrayFunction · 0.80
traverseFunction · 0.80
buildAllOfFunction · 0.80
buildOneOfFunction · 0.80
buildIfThenElseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected