MCPcopy Create free account
hub / github.com/github/docs / parentProduct

Method parentProduct

lib/page.js:158–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 }
157
158 get parentProduct() {
159 return productMap[this.parentProductId]
160 }
161
162 async renderTitle(context, opts = { preferShort: true }) {
163 return opts.preferShort && this.shortTitle

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected