MCPcopy
hub / github.com/Fission-AI/OpenSpec / isRootSelectionError

Function isRootSelectionError

src/core/root-selection.ts:89–91  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

87}
88
89export function isRootSelectionError(error: unknown): error is RootSelectionError {
90 return error instanceof RootSelectionError;
91}
92
93function fromStoreError(error: unknown): never {
94 if (error instanceof StoreError) {

Callers 4

statusFromErrorFunction · 0.85
resolveRootForCommandFunction · 0.85
toArchiveDiagnosticFunction · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected