MCPcopy Index your code
hub / github.com/github/docs /

Class

lib/page.js:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27const productMapKeysAsSet = new Set(Object.keys(productMap))
28
29export class FrontmatterErrorsError extends Error {
30 constructor(message, frontmatterErrors) {
31 super(message)
32 this.frontmatterErrors = frontmatterErrors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected