MCPcopy Create free account
hub / github.com/toeverything/AFFiNE / constructor

Method constructor

tools/utils/src/workspace.ts:8–10  ·  view source on GitHub ↗
(public currentName: string)

Source from the content-addressed store, hash-verified

6
7class CircularDependenciesError extends Error {
8 constructor(public currentName: string) {
9 super('Circular dependencies error');
10 }
11}
12
13class ForbiddenPackageRefError extends Error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected