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

Class

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

Source from the content-addressed store, hash-verified

58 * client's `defaultIdentity`). CLI exit code: 128.
59 */
60export class MissingIdentityError extends GitError {
61 constructor(options?: { cause?: unknown }) {
62 super(
63 "EIDENTITY",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected