MCPcopy Create free account
hub / github.com/cloudflare/computer /

Class

packages/computer/src/git/errors.ts:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 * none exists. CLI exit code: 128.
34 */
35export class NotARepositoryError extends GitError {
36 constructor(dir: string, options?: { cause?: unknown }) {
37 super("ENOTAREPO", `not a git repository: ${dir}`, options);
38 this.name = "NotARepositoryError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected