Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
export
function
isWarpTokenError(error: any): error is WarpTokenError {
10
return
error instanceof WarpTokenError;
11
}
12
13
export
class
WarpNetworkError {
14
error: Error;
Callers
3
buildFileSystem
Method · 0.90
CAT_fileStorage
Method · 0.90
isAuthError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected