MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / isWarpTokenError

Function isWarpTokenError

packages/filesystem/error.ts:9–11  ·  view source on GitHub ↗
(error: any)

Source from the content-addressed store, hash-verified

7}
8
9export function isWarpTokenError(error: any): error is WarpTokenError {
10 return error instanceof WarpTokenError;
11}
12
13export class WarpNetworkError {
14 error: Error;

Callers 3

buildFileSystemMethod · 0.90
CAT_fileStorageMethod · 0.90
isAuthErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected