MCPcopy 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
189export function isError(value: any): boolean {
190 return value instanceof Error;
191}

Callers 3

receiveStreamFunction · 0.90
startFunction · 0.90
receiveImagesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected