Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
export
interface
FantasyObserver {
5
next(x: any): void;
6
error(err: any): void;
7
complete(c?: any): void;
8
}
9
Callers
4
startGraphSerializer
Function · 0.80
createResponse$
Function · 0.80
createResponse$
Function · 0.80
logToConsoleError
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected