Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hello-Application-XH/HelloGML
/ isError
Function
isError
src/utils.ts:189–191 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
187
}
188
189
export
function
isError(value: any): boolean {
190
return
value instanceof Error;
191
}
Callers
3
receiveStream
Function · 0.90
start
Function · 0.90
receiveImages
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected