MCPcopy Create free account
hub / github.com/cyclejs/cyclejs / error

Method error

run/src/index.ts:6–6  ·  view source on GitHub ↗
(err: any)

Source from the content-addressed store, hash-verified

4export interface FantasyObserver {
5 next(x: any): void;
6 error(err: any): void;
7 complete(c?: any): void;
8}
9

Callers 4

startGraphSerializerFunction · 0.80
createResponse$Function · 0.80
createResponse$Function · 0.80
logToConsoleErrorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected