MCPcopy Create free account
hub / github.com/cursor/community-plugins /

Class

apps/cursor/src/lib/github-plugin/parse.ts:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39};
40
41export class GitHubParseError extends Error {
42 constructor(
43 message: string,
44 public readonly code: "invalid_url" | "repo_unreadable" | "no_components",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected