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

Class

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

Source from the content-addressed store, hash-verified

45 * 128.
46 */
47export class AlreadyInitializedError extends GitError {
48 constructor(dir: string, options?: { cause?: unknown }) {
49 super("EALREADYINIT", `git repository already exists at ${dir}`, options);
50 this.name = "AlreadyInitializedError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected