Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cpaczek/skylight
/ start
Method
start
tracker/src/upstream.ts:23–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
22
export
interface
Upstream {
23
start(): void;
24
stop(): void;
25
isConnected(): boolean;
26
getConfig(): Config;
Callers
7
makeDriver
Function · 0.65
swapDriver
Function · 0.65
main
Function · 0.65
constructor
Method · 0.65
onMessage
Method · 0.65
poller-source.test.ts
File · 0.65
useMse
Function · 0.65
Implementers
2
WsUpstream
tracker/src/upstream.ts
ReplayUpstream
tracker/src/upstream.ts
Calls
no outgoing calls
Tested by
no test coverage detected