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

Class

packages/computer/src/artifacts/errors.ts:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 * is otherwise unusable as the trailing segment of a scoped name.
26 */
27export class InvalidRepoNameError extends ArtifactError {
28 constructor(name: string, reason: string, options?: { cause?: unknown }) {
29 super("EINVALIDNAME", `invalid repository name '${name}': ${reason}`, options);
30 this.name = "InvalidRepoNameError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected